Skip to content

Commit

Permalink
fix: resolve spelling error in web-workers.mdx
Browse files Browse the repository at this point in the history
Fix spelling error
  • Loading branch information
fbnoi authored Jan 29, 2024
1 parent 1c107ee commit d02566b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/guides/web-workers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ import { Worker } from 'worker_threads';
new Worker(new URL('./worker.js', import.meta.url));
```
请注意,这仅在 ESM 中可用。但不可用于 ComonnJS,无论 webpack 还是 Node.js 均是如此。
请注意,这仅在 ESM 中可用。但不可用于 CommonJS,无论 webpack 还是 Node.js 均是如此。

0 comments on commit d02566b

Please sign in to comment.