Skip to content

Commit c83be0e

Browse files
authored
Fix grammatical error, rewrite to make clearer
The semicolon between "instead of depending on a released version" and "your contributors can also conveniently update the docs as they implement features" is grammatically incorrect because the two clauses are not independent. This rewrites the sentence to be more clear without the grammatical error.
1 parent a59aead commit c83be0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ my-website
106106

107107
### Monorepos {#monorepos}
108108

109-
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:
109+
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:
110110

111111
```bash
112112
my-monorepo

0 commit comments

Comments
 (0)