diff --git a/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx b/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx index 92d3f540b0..99669971e0 100644 --- a/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx +++ b/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx @@ -519,7 +519,7 @@ It is not possible to import components directly from the react-live code editor By default, all React imports are available. If you need more imports available, swizzle the react-live scope: ```bash npm2yarn -npm run swizzle @docusaurus/theme-live-codeblock ReactLiveScope +npm run swizzle @docusaurus/theme-live-codeblock ReactLiveScope -- --eject ``` ```jsx title="src/theme/ReactLiveScope/index.js"