We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33f8d3e + ebf8460 commit 590a5d9Copy full SHA for 590a5d9
docs/usage/advanced-hooks.md
@@ -9,7 +9,7 @@ route: '/usage/advanced-hooks'
9
## Context
10
11
Often, a hook is going to need a value out of context. The `useContext` hook is really good for
12
-this, but it will ofter required a `Provider` to be wrapped around the component using the hook. We
+this, but it will often required a `Provider` to be wrapped around the component using the hook. We
13
can use the `wrapper` option for `renderHook` to do just that.
14
15
Let's change the `useCounter` example from the [Basic Hooks section](/usage/basic-hooks) to get a
0 commit comments