Browse Source

Grammar fix (#1435)

main
Cory House 6 years ago
committed by Dan Abramov
parent
commit
0e3d2a690c
  1. 2
      content/docs/hooks-faq.md

2
content/docs/hooks-faq.md

@ -407,7 +407,7 @@ function TodosApp() {
}
```
Any child in the tree inside `TodosApp` can read use the `dispatch` function to pass actions up to `TodosApp`:
Any child in the tree inside `TodosApp` can use the `dispatch` function to pass actions up to `TodosApp`:
```js{2,3}
function DeepChild(props) {

Loading…
Cancel
Save