mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 02:42:41 +02:00
docs(v2): fix run-on sentence (#4543)
* docs: fix run-on sentence * Update cli.md * Update cli.md * Update cli.md * Update cli.md Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
51a7988923
commit
51031c1afd
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ npm run swizzle @docusaurus/theme-classic DocSidebar
|
|||
|
||||
Running the command will copy the relevant theme files to your site folder. You may then make any changes to it and Docusaurus will use it instead of the one provided from the theme.
|
||||
|
||||
`npm run swizzle` without `themeName` lists all the themes available for swizzling similarly `npm run swizzle <themeName>` without `componentName` lists all the components available for swizzling.
|
||||
`npm run swizzle` without `themeName` lists all the themes available for swizzling; similarly, `npm run swizzle <themeName>` without `componentName` lists all the components available for swizzling.
|
||||
|
||||
#### Options {#options-2}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue