From 2b29bd2889dad8cca7e40797c01a8bdf166b98fb Mon Sep 17 00:00:00 2001 From: Evan <53529192+BruceMcRooster@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:20:04 -0400 Subject: [PATCH] Removed misplaced comma in Web UI Building README (#2416) --- tutorials/Web/Building_UI/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Web/Building_UI/README.md b/tutorials/Web/Building_UI/README.md index b77ceaa75d..8377f30b79 100644 --- a/tutorials/Web/Building_UI/README.md +++ b/tutorials/Web/Building_UI/README.md @@ -49,7 +49,7 @@ Input(attrs = { type(InputType.Text) }) ### Text -The `Text` allows you to add text content to an HTML tag. Besides, the text content it represents, it does not have any parameters: +The `Text` allows you to add text content to an HTML tag. Besides the text content it represents, it does not have any parameters: ``` kotlin Text("Arbitrary text")