Skip to content

Commit 590a5d9

Browse files
committed
2 parents 33f8d3e + ebf8460 commit 590a5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/advanced-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ route: '/usage/advanced-hooks'
99
## Context
1010

1111
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
12+
this, but it will often required a `Provider` to be wrapped around the component using the hook. We
1313
can use the `wrapper` option for `renderHook` to do just that.
1414

1515
Let's change the `useCounter` example from the [Basic Hooks section](/usage/basic-hooks) to get a

0 commit comments

Comments
 (0)