We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9650fd2 commit c74edcfCopy full SHA for c74edcf
docs/usage/basic-hooks.md
@@ -66,7 +66,7 @@ how our hook will act in a browser, allowing us to update the values within it.
66
`act`, please see the [React documentation](https://fb.me/react-wrap-tests-with-act).
67
68
**NOTE**: There's a gottcha with updates. `renderHook` mutates the value of `current` when updates
69
-happen so you cannot destructure it's values as the assignment will make a copy locking into the
+happen so you cannot destructure its values as the assignment will make a copy locking into the
70
value at that time.
71
72
## Providing Props
0 commit comments