Skip to content

Commit 286495a

Browse files
authored
Update basic-hooks.md
1 parent 1faf874 commit 286495a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/usage/basic-hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function useCounter(initialValue = 0) {
8080
}
8181
```
8282

83-
Setting the `initialValue` prop in out test is as easy as calling the hook with the value we want to
83+
Setting the `initialValue` prop in our test is as easy as calling the hook with the value we want to
8484
use:
8585

8686
```js

0 commit comments

Comments
 (0)