diff --git a/content/docs/hooks-faq.md b/content/docs/hooks-faq.md index dad506bfc..9c3950074 100644 --- a/content/docs/hooks-faq.md +++ b/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.