diff --git a/docs/generated/packages/jest/documents/overview.md b/docs/generated/packages/jest/documents/overview.md index 2b6d364d74..e88f78bb95 100644 --- a/docs/generated/packages/jest/documents/overview.md +++ b/docs/generated/packages/jest/documents/overview.md @@ -148,7 +148,7 @@ cleanupRegisteredPaths(); {% callout type="note" title="@swc/jest & global scripts" %} When using @swc/jest and a global setup/teardown file, -You have to set the `noInterop: false` and use dynmamic imports within the setup function +You have to set the `noInterop: false` and use dynamic imports within the setup function ```typescript {% fileName="apps//jest.config.ts" %} /* eslint-disable */ diff --git a/docs/shared/packages/jest/jest-plugin.md b/docs/shared/packages/jest/jest-plugin.md index 2b6d364d74..e88f78bb95 100644 --- a/docs/shared/packages/jest/jest-plugin.md +++ b/docs/shared/packages/jest/jest-plugin.md @@ -148,7 +148,7 @@ cleanupRegisteredPaths(); {% callout type="note" title="@swc/jest & global scripts" %} When using @swc/jest and a global setup/teardown file, -You have to set the `noInterop: false` and use dynmamic imports within the setup function +You have to set the `noInterop: false` and use dynamic imports within the setup function ```typescript {% fileName="apps//jest.config.ts" %} /* eslint-disable */