Skip to content

Commit 3275eb8

Browse files
Fix typo. (vercel#42067)
1 parent 70e7e58 commit 3275eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-reference/next/script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Examples of scripts that do not need to load immediately and can be fetched with
150150
151151
Scripts that use the `worker` strategy are off-loaded to a web worker in order to free up the main thread and ensure that only critical, first-party resources are processed on it. While this strategy can be used for any script, it is an advanced use case that is not guaranteed to support all third-party scripts.
152152

153-
To use `worker` as a stratgy, the `nextScriptWorkers` flag must be enabled in `next.config.js`:
153+
To use `worker` as a strategy, the `nextScriptWorkers` flag must be enabled in `next.config.js`:
154154

155155
```js
156156
module.exports = {

0 commit comments

Comments
 (0)