Skip to content

Commit

Permalink
Removed misplaced comma in Web UI Building README (#2416)
Browse files Browse the repository at this point in the history
BruceMcRooster authored Oct 24, 2022
1 parent af7957d commit 2b29bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/Web/Building_UI/README.md
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 2b29bd2

Please sign in to comment.