Browse Source

Fix typo in Hooks FAQ

main
Héliton Nordt 7 years ago
committed by GitHub
parent
commit
7fd8a8dfd8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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