From 51031c1afd99b4d448deaaa856e9c680cab0291b Mon Sep 17 00:00:00 2001 From: duanwilliam <38791932+duanwilliam@users.noreply.github.com> Date: Thu, 1 Apr 2021 10:59:39 -0700 Subject: [PATCH] docs(v2): fix run-on sentence (#4543) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: fix run-on sentence * Update cli.md * Update cli.md * Update cli.md * Update cli.md Co-authored-by: Sébastien Lorber --- website/docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli.md b/website/docs/cli.md index 883c2c57d9..267ee10dc6 100644 --- a/website/docs/cli.md +++ b/website/docs/cli.md @@ -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 ` 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 ` without `componentName` lists all the components available for swizzling. #### Options {#options-2}