From 3576382c79f2d6a7a674696973abb6002b859a44 Mon Sep 17 00:00:00 2001 From: Bram <35614609+BrammyS@users.noreply.github.com> Date: Tue, 6 May 2025 16:03:17 +0200 Subject: [PATCH] Fix: Typo in instructions (#12120) --- docs/create-image-and-azure-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/create-image-and-azure-resources.md b/docs/create-image-and-azure-resources.md index 91ab05ed..b4ef5008 100644 --- a/docs/create-image-and-azure-resources.md +++ b/docs/create-image-and-azure-resources.md @@ -49,7 +49,7 @@ In any case, you will need these software installed: For Linux - install the latest version from your distro's package repo. - For Windows - download and install it from [here](https://gitforwindows.org/) of use [Chocolatey](https://chocolatey.org/): + For Windows - download and install it from [here](https://gitforwindows.org/) or use [Chocolatey](https://chocolatey.org/): ```powershell choco install git -params '"/GitAndUnixToolsOnPath"'