From c83be0ee9a359693074ee4511d896f15d8a5be4e Mon Sep 17 00:00:00 2001 From: James Kerrane Date: Sun, 13 Aug 2023 08:44:24 -0600 Subject: [PATCH] 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. --- website/docs/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation.mdx b/website/docs/installation.mdx index 429dc9c7f8e9..613fc252dcc6 100644 --- a/website/docs/installation.mdx +++ b/website/docs/installation.mdx @@ -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