mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
docs: fix typo in swizzling.md (#8025)
This commit is contained in:
parent
c811d6249e
commit
fd0cf3f64c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Docusaurus provides an convenient **interactive CLI** to swizzle components. You
|
|||
npm run swizzle
|
||||
```
|
||||
|
||||
It will generate a new component your `src/theme` directory, which should look like this example:
|
||||
It will generate a new component in your `src/theme` directory, which should look like this example:
|
||||
|
||||
```mdx-code-block
|
||||
<Tabs>
|
||||
|
|
Loading…
Add table
Reference in a new issue