Skip to content

Commit c74edcf

Browse files
committed
support(docs): Grammar fix
1 parent 9650fd2 commit c74edcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/basic-hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ how our hook will act in a browser, allowing us to update the values within it.
6666
`act`, please see the [React documentation](https://fb.me/react-wrap-tests-with-act).
6767

6868
**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
69+
happen so you cannot destructure its values as the assignment will make a copy locking into the
7070
value at that time.
7171

7272
## Providing Props

0 commit comments

Comments
 (0)