Skip to content

Commit d02566b

Browse files
authored
fix: resolve spelling error in web-workers.mdx
Fix spelling error
1 parent 1c107ee commit d02566b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/web-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ import { Worker } from 'worker_threads';
5454
new Worker(new URL('./worker.js', import.meta.url));
5555
```
5656
57-
请注意,这仅在 ESM 中可用。但不可用于 ComonnJS,无论 webpack 还是 Node.js 均是如此。
57+
请注意,这仅在 ESM 中可用。但不可用于 CommonJS,无论 webpack 还是 Node.js 均是如此。

0 commit comments

Comments
 (0)