Skip to content

Commit 7982691

Browse files
authored
Fix small typo in 02.md (#41)
Turn `it's` -> `its`
1 parent 8a1f54a commit 7982691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exercise/02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Production deploys:
2525
- [Final](https://react-hooks.netlify.app/isolated/final/02.js)
2626

2727
In this exercise, we're going to enhance our `<Greeting />` component to get
28-
it's initial state value from localStorage (if available) and keep localStorage
28+
its initial state value from localStorage (if available) and keep localStorage
2929
updated as the `name` is updated.
3030

3131
## Extra Credit

0 commit comments

Comments
 (0)