diff --git a/docs/basic-features/script.md b/docs/basic-features/script.md index 1f9806415d43..0c2a142c0e81 100644 --- a/docs/basic-features/script.md +++ b/docs/basic-features/script.md @@ -154,7 +154,7 @@ npm run dev # ... ``` -Once setup is complete, defining `strategy="worker` will automatically instantiate Partytown in your application and off-load the script to a web worker. +Once setup is complete, defining `strategy="worker"` will automatically instantiate Partytown in your application and off-load the script to a web worker. ```jsx