Skip to content

Commit

Permalink
docs: fix grammatical error, rewrite sentence to make clearer (#9223)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatrobotdev authored Aug 17, 2023
1 parent 24fabd2 commit 67c4006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ my-website

### Monorepos {#monorepos}

If you are using Docusaurus for documentation of an existing project, a monorepo may be the solution for you. Monorepos allow you to share dependencies between similar projects. For example, your website may use your local packages to showcase the latest features, instead of depending on a released version; your contributors can also conveniently update the docs as they implement features. An example monorepo folder structure is below:
If you are using Docusaurus for documentation of an existing project, a monorepo may be the solution for you. Monorepos allow you to share dependencies between similar projects. For example, your website may use your local packages to showcase latest features instead of depending on a released version. Then, your contributors can update the docs as they implement features. An example monorepo folder structure is below:

```bash
my-monorepo
Expand Down

0 comments on commit 67c4006

Please sign in to comment.