Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ebf8460

Browse files
authored
Merge pull request testing-library#109 from iqbal125/patch-1
small typo fix
2 parents 3701efb + 0062202 commit ebf8460

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)

AltStyle によって変換されたページ (->オリジナル) /