Browse Source

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

pull/2439/head v1.3.0-alpha01-dev831
Evan 2 years ago committed by GitHub
parent
commit
2b29bd2889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Web/Building_UI/README.md

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

Loading…
Cancel
Save