Skip to content

Commit

Permalink
fix: fixed a typo (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillSBarsukov authored Jan 5, 2025
1 parent f6c3c54 commit ef9a5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/05.actions/04.problem.revalidation/ui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function Root() {
const [contentKey, setContentKey] = useState(initialContentKey)
const [isPending, startTransition] = useTransition()

// 🐨 add a useEffect here that reassigns updateConentKey to a function that
// 🐨 add a useEffect here that reassigns updateContentKey to a function that
// accepts a newContentKey and calls setContentKey(newContentKey) in a startTransition

const location = useDeferredValue(nextLocation)
Expand Down

0 comments on commit ef9a5e8

Please sign in to comment.