We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb802c6 commit 486dac1Copy full SHA for 486dac1
content/docs/lists-and-keys.md
@@ -50,7 +50,7 @@ This code displays a bullet list of numbers between 1 and 5.
50
51
Usually you would render lists inside a [component](/docs/components-and-props.html).
52
53
-We can refactor the previous example into a component that accepts an array of `numbers` and outputs an unordered list of elements.
+We can refactor the previous example into a component that accepts an array of `numbers` and outputs a list of elements.
54
55
```javascript{3-5,7,13}
56
function NumberList(props) {
0 commit comments