Grammar fix (#4455)

This commit is contained in:
kmahapatra 2021-11-09 05:28:43 -05:00 committed by GitHub
parent 7fa767fb57
commit 9c97248398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ You can use a Docker container and run MkDocs from the container, so no local in
```bash
npm run dev:build
```
- To start developing run command the following command in the root directory of the git repo (where **package.json** and **mkdocs.yaml** are located)
- To start developing run the following command in the root directory of the git repo (where **package.json** and **mkdocs.yaml** are located)
```bash
npm run dev
```