Skip to content

Commit

Permalink
docs: fix package name in babel config docs (#10666)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang authored Nov 11, 2024
1 parent f127278 commit 0c86355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Docusaurus transpiles your site's source code using Babel by default. If you wan
To use the built-in preset as a base configuration, install the following package and use it

```bash npm2yarn
npm install --save @docusaurus/theme-live-codeblock
npm install --save @docusaurus/babel
```

Then use the preset in your `babel.config.js` file:
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-3.6.1/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Docusaurus transpiles your site's source code using Babel by default. If you wan
To use the built-in preset as a base configuration, install the following package and use it

```bash npm2yarn
npm install --save @docusaurus/theme-live-codeblock
npm install --save @docusaurus/babel
```

Then use the preset in your `babel.config.js` file:
Expand Down

0 comments on commit 0c86355

Please sign in to comment.