Browse Source

Fix typo (#2183)

main
Eric Stout 5 years ago
committed by Alexey Pyltsyn
parent
commit
975b4d2adb
  1. 2
      content/docs/hooks-faq.md

2
content/docs/hooks-faq.md

@ -569,7 +569,7 @@ Depending on your use case, there are a few more options described below.
>Note
>
>We provide the [`exhaustive-deps`](https://github.com/facebook/react/issues/14920) ESLint rule as a part of the [`eslint-plugin-react-hooks`](https://www.npmjs.com/package/eslint-plugin-react-hooks#installation) package. It help you find components that don't handle updates consistently.
>We provide the [`exhaustive-deps`](https://github.com/facebook/react/issues/14920) ESLint rule as a part of the [`eslint-plugin-react-hooks`](https://www.npmjs.com/package/eslint-plugin-react-hooks#installation) package. It helps you find components that don't handle updates consistently.
Let's see why this matters.

Loading…
Cancel
Save