mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 15:17:23 +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
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue