From 975b4d2adb863874036bdc157f8a1ea4baec0ad7 Mon Sep 17 00:00:00 2001 From: Eric Stout Date: Mon, 12 Aug 2019 02:04:47 -0500 Subject: [PATCH] Fix typo (#2183) --- content/docs/hooks-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.