Skip to content

Commit 37555b7

Browse files
authored
Merge pull request #325 from shagabutdinov/patch-1
Fix typo in "docs/usage/advanced-hooks.yml"
2 parents cab6755 + 9779ac9 commit 37555b7

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
@@ -115,7 +115,7 @@ export function useCounter(initialValue = 0) {
115115
}
116116
```
117117

118-
To test `incrementAsync` we need to `await waitForNextUpdate()` before the make our assertions:
118+
To test `incrementAsync` we need to `await waitForNextUpdate()` before making our assertions:
119119

120120
```js
121121
import { renderHook } from '@testing-library/react-hooks'

0 commit comments

Comments
 (0)