From dee39835a1cf5e4d1d1c75b86d6d8384f20488d7 Mon Sep 17 00:00:00 2001 From: Stephen Glass Date: Mon, 3 Feb 2025 06:56:56 -0500 Subject: [PATCH] docs: fix grammar for installation docs (#10889) --- website/docs/installation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/installation.mdx b/website/docs/installation.mdx index 1d4ca017b983..1295709b94c8 100644 --- a/website/docs/installation.mdx +++ b/website/docs/installation.mdx @@ -21,8 +21,8 @@ Use **[docusaurus.new](https://docusaurus.new)** to test Docusaurus immediately ## Requirements {#requirements} -- [Node.js](https://nodejs.org/en/download/) version 18.0 or above (which can be checked by running `node -v`). You can use [nvm](https://github.com/nvm-sh/nvm) for managing multiple Node versions on a single machine installed. - - When installing Node.js, you are recommended to check all checkboxes related to dependencies. +- [Node.js](https://nodejs.org/en/download/) version 18.0 or above (which can be checked by running `node -v`). You can use [nvm](https://github.com/nvm-sh/nvm) to manage multiple Node.js versions on a single machine. + - When installing Node.js, it is recommended to check all checkboxes related to dependencies. ## Scaffold project website {#scaffold-project-website}