Skip to content

Commit ba24aab

Browse files
authored
chore: Fix typo (#954)
1 parent 54ecc9b commit ba24aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/current.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const next = produce(base, draft => {
3838
console.log(copy.x)
3939

4040
setTimeout(() => {
41-
// this will execute after the produce has finised!
41+
// this will execute after the produce has finished!
4242
console.log(orig.x)
4343
console.log(copy.x)
4444
}, 100)

0 commit comments

Comments
 (0)