diff --git a/src/content/guides/web-workers.mdx b/src/content/guides/web-workers.mdx index 1327f7796cdf..cead1da9c46d 100644 --- a/src/content/guides/web-workers.mdx +++ b/src/content/guides/web-workers.mdx @@ -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 均是如此。