We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ecc9b commit ba24aabCopy full SHA for ba24aab
website/docs/current.md
@@ -38,7 +38,7 @@ const next = produce(base, draft => {
38
console.log(copy.x)
39
40
setTimeout(() => {
41
- // this will execute after the produce has finised!
+ // this will execute after the produce has finished!
42
console.log(orig.x)
43
44
}, 100)
0 commit comments