Skip to content

Commit 486dac1

Browse files
authored
Remove unnecessary/confusing "unordered"
1 parent eb802c6 commit 486dac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/docs/lists-and-keys.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This code displays a bullet list of numbers between 1 and 5.
5050

5151
Usually you would render lists inside a [component](/docs/components-and-props.html).
5252

53-
We can refactor the previous example into a component that accepts an array of `numbers` and outputs an unordered list of elements.
53+
We can refactor the previous example into a component that accepts an array of `numbers` and outputs a list of elements.
5454

5555
```javascript{3-5,7,13}
5656
function NumberList(props) {

0 commit comments

Comments
 (0)