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 1faf874 + 286495a commit 0f15627Copy full SHA for 0f15627
docs/usage/basic-hooks.md
@@ -80,7 +80,7 @@ export default function useCounter(initialValue = 0) {
80
}
81
```
82
83
-Setting the `initialValue` prop in out test is as easy as calling the hook with the value we want to
+Setting the `initialValue` prop in our test is as easy as calling the hook with the value we want to
84
use:
85
86
```js
0 commit comments