mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
docs: audit grammar issues (#6203)
* docs: audit grammar mistakes * fix code block language * revert change * let's get another
This commit is contained in:
parent
3195e7feed
commit
73ee356949
56 changed files with 432 additions and 383 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue