Skip to content

Commit b0cacdf

Browse files
docs: fix minor grammar (#11766)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
1 parent 928492f commit b0cacdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ my-website
101101
- `/src/pages` - Any JSX/TSX/MDX file within this directory will be converted into a website page. More details can be found in the [pages guide](guides/creating-pages.mdx)
102102
- `/static/` - Static directory. Any contents inside here will be copied into the root of the final `build` directory
103103
- `/docusaurus.config.js` - A config file containing the site configuration. This is the equivalent of `siteConfig.js` in Docusaurus v1
104-
- `/package.json` - A Docusaurus website is a React app. You can install and use any npm packages you like in them
104+
- `/package.json` - A Docusaurus website is a React app. You can install and use any npm packages you like in it.
105105
- `/sidebars.js` - Used by the documentation to specify the order of documents in the sidebar
106106

107107
### Monorepos {#monorepos}
@@ -141,7 +141,7 @@ Congratulations! You have just created your first Docusaurus site! Browse around
141141

142142
## Build {#build}
143143

144-
Docusaurus is a modern static website generator so we need to build the website into a directory of static contents and put it on a web server so that it can be viewed. To build the website:
144+
Docusaurus is a modern static website generator, so we need to build the website into a directory of static contents and put it on a web server so that it can be viewed. To build the website:
145145

146146
```bash npm2yarn
147147
npm run build

0 commit comments

Comments
 (0)