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 f2325947c9
commit 9bda4ce697

View file

@ -16,7 +16,7 @@ Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new
Generate a new Docusaurus site using the **classic template**:
```shell
```bash
npm init docusaurus@latest my-website classic
```
@ -24,7 +24,7 @@ npm init docusaurus@latest my-website classic
Run the development server:
```shell
```bash
cd my-website
npx docusaurus start