From 52ea307ff0668305f6fe933c396c37dcf153fcea Mon Sep 17 00:00:00 2001 From: Frank <100953725+Tchetta@users.noreply.github.com> Date: Thu, 18 Dec 2025 09:20:40 +0100 Subject: [PATCH] docs: fix grammar and pluralization in installation guide - Expanded the contraction "you've" to "you have" where it serves as the main verb, not an auxiliary (like in "I've got") - Corrected the pluralization of "two way" to "two ways." --- docs/pages/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/installation.md b/docs/pages/installation.md index b2c8c6c61a..fc5c703331 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -141,7 +141,7 @@ yarn start
Windows users: make sure you've python v2.7 available in your node environment since it's required by the node-gyp tool. There are two way to achieve this
+Windows users: make sure you have python v2.7 available in your node environment since it's required by the node-gyp tool. There are two ways to achieve this
npm config set python "%USERPROFILE%\.windows-build-tools\python27\python.exe"