Removed misplaced comma in Web UI Building README (#2416)

This commit is contained in:
Evan
2022-10-24 14:20:04 -04:00
committed by GitHub
parent af7957d3a2
commit 2b29bd2889

View File

@@ -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")