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