docs: audit grammar issues (#6203)

* docs: audit grammar mistakes

* fix code block language

* revert change

* let's get another
This commit is contained in:
Joshua Chen 2021-12-27 19:34:04 +08:00 committed by GitHub
parent 3195e7feed
commit 73ee356949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 432 additions and 383 deletions

View file

@ -23,7 +23,7 @@ Generate a new Docusaurus site using the **classic template**.
The classic template will automatically be added to your project after you run the command:
```shell
```bash
npm init docusaurus@latest my-website classic
```
@ -35,7 +35,7 @@ The command also installs all necessary dependencies you need to run Docusaurus.
Run the development server:
```shell
```bash
cd my-website
npm run start
```