From 040dc728bfc17a00eeed967e1297eae9dcdf0e7c Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Wed, 21 Jul 2021 11:17:09 +0100 Subject: [PATCH] Fix a grammar issue --- desktop/dev-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/dev-environments.md b/desktop/dev-environments.md index 9fb2a60f1a..e4e3c1c034 100644 --- a/desktop/dev-environments.md +++ b/desktop/dev-environments.md @@ -35,7 +35,7 @@ Click **Install** to download and install any missing tools. ### Add Git to your PATH on Windows -If you already installed Git, and it's not detected properly, run the following command to check whether you can use Git with the CLI or PowerShell: +If you have already installed Git, and it's not detected properly, run the following command to check whether you can use Git with the CLI or PowerShell: `$ git --version`