Skip to content

Commit b1cf986

Browse files
committed
wording
1 parent 5d42516 commit b1cf986

File tree

1 file changed

+1
-1
lines changed
  • react/advanced-hooks/05-optimistic-ui/lecture

1 file changed

+1
-1
lines changed

react/advanced-hooks/05-optimistic-ui/lecture/NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Start with a basic form submission that asynchronously updates likes:
44

5-
1. Add own own implementation of `optimisticLikes` with `useState`. Notice how
5+
1. Add our own implementation of `optimisticLikes` with `useState`. Notice how
66
`likes` becomes useless / unused. Set set it but nothing uses it. Also re-factor
77
to use transitions. See commented solution in App.tsx
88

0 commit comments

Comments
 (0)