diff --git a/website/docs/current.md b/website/docs/current.md index caa8e7af..e97ff689 100644 --- a/website/docs/current.md +++ b/website/docs/current.md @@ -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)