Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/migration/v3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/using-plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export default {
};
```

This is equivalent of doing:
This is equivalent to doing:

```js title="docusaurus.config.js"
export default {
Expand Down
Loading