Skip to content

Commit

Permalink
chore: Fix typo (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabarbeau committed Oct 22, 2022
1 parent 54ecc9b commit ba24aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/current.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const next = produce(base, draft => {
console.log(copy.x)

setTimeout(() => {
// this will execute after the produce has finised!
// this will execute after the produce has finished!
console.log(orig.x)
console.log(copy.x)
}, 100)
Expand Down

0 comments on commit ba24aab

Please sign in to comment.