From 484c9d19b306ae08c8234525779fd67a489da7c5 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Thu, 8 Aug 2024 11:17:27 +0200 Subject: [PATCH] docs: fix grammar issue. (#6064) --- docs/docs/installation.md | 4 ++-- website/docs/installation.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index d53ac6bb219..b0fac45405a 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -9,7 +9,7 @@ nav_order: 2 ## Node -CSpell requires Node JS to run. Most likely it is already install. +CSpell requires Node.js to run. ### **Check the node version** @@ -17,7 +17,7 @@ CSpell requires Node JS to run. Most likely it is already install. node -v ``` -It should be greater than `14.x`. +CSpell requires Node.js version `>=18.0`. ### Resources: diff --git a/website/docs/installation.md b/website/docs/installation.md index 1fafb1a4a58..e5a5a9cfe2e 100644 --- a/website/docs/installation.md +++ b/website/docs/installation.md @@ -10,7 +10,7 @@ sidebar_label: Installation ## Node -CSpell requires Node JS to run. Most likely it is already install. +CSpell requires Node.js to run. ### **Check the node version** @@ -18,7 +18,7 @@ CSpell requires Node JS to run. Most likely it is already install. node -v ``` -It should be greater than `18.x`. +CSpell requires Node.js version `>=18.0`. ### Resources: