Browse Source

Fix grammar in List and Keys documentation (#854)

main
Chester Law 7 years ago
committed by Alex Krolick
parent
commit
f97629e6f0
  1. 2
      content/docs/lists-and-keys.md

2
content/docs/lists-and-keys.md

@ -280,7 +280,7 @@ function NumberList(props) {
}
```
JSX allows [embedding any expressions](/docs/introducing-jsx.html#embedding-expressions-in-jsx) in curly braces so we could inline the `map()` result:
JSX allows [embedding any expression](/docs/introducing-jsx.html#embedding-expressions-in-jsx) in curly braces so we could inline the `map()` result:
```js{5-8}
function NumberList(props) {

Loading…
Cancel
Save