Skip to content

Commit 209a372

Browse files
Fixed a misspelling
I forgot the > add the end of my List View component.
1 parent cbf730e commit 209a372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/en/getting-started/2-playground-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Use a `<ListView>` to show tasks below the input field.
185185
1. Configure the positioning of the elements within the grid.
186186
* Set the `<TextField>` to inhabit the first column and the first row.
187187
* Set the `<Button>` to inhabit the second column and the first row.
188-
1. Clean up sample code from the `<TextField>` and the `<ListView>` but make sure to set a height for the `<ListView`.
188+
1. Clean up sample code from the `<TextField>` and the `<ListView>` but make sure to set a height for the `<ListView>`.
189189
1. Log newly added tasks in the console.
190190
1. Add newly added tasks into the array of tasks. Use `unshift` to place new items at the top of the page.
191191
1. Clear the text field after input.

0 commit comments

Comments
 (0)