From 4a1bd941bad22dbe5511f248966b2004cc277878 Mon Sep 17 00:00:00 2001 From: Eoin Shaughnessy <45000144+EoinTrial@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:32:53 +0100 Subject: [PATCH] docs: fix grammar errors in migration and plugin docs (#11904) --- website/docs/migration/v3.mdx | 2 +- website/docs/using-plugins.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/migration/v3.mdx b/website/docs/migration/v3.mdx index aeb28c1da019..8889e60067a5 100644 --- a/website/docs/migration/v3.mdx +++ b/website/docs/migration/v3.mdx @@ -844,7 +844,7 @@ const blogOptions = { ### Docs Theme Refactoring {/* #docs-theme-refactoring */} -For users that swizzled docs-related theme components (like `@theme/DocPage`), these components have been significantly refactor to make it easier to customize. +For users that swizzled docs-related theme components (like `@theme/DocPage`), these components have been significantly refactored to make it easier to customize. Technically, **this is not a breaking change** because these components are **flagged as unsafe to swizzle**, however many Docusaurus sites ejected docs-related components, and will be interested to know their customizations might break Docusaurus. diff --git a/website/docs/using-plugins.mdx b/website/docs/using-plugins.mdx index 10dec85772b2..44a1ff9c38ce 100644 --- a/website/docs/using-plugins.mdx +++ b/website/docs/using-plugins.mdx @@ -253,7 +253,7 @@ export default { }; ``` -This is equivalent of doing: +This is equivalent to doing: ```js title="docusaurus.config.js" export default {