From 41f7b6a743eb9e4755589cef795d6468ef39e8cb Mon Sep 17 00:00:00 2001 From: badlotus <84785752+badlotus@users.noreply.github.com> Date: Wed, 5 Mar 2025 14:14:31 -0700 Subject: [PATCH] Update windows.markdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I noticed that there is a typo in the Windows installation instructions. Specifically, Step 3 of "Start Up Your Virtual Machine" ends with "(replace X.X.X.X with your ’s IP address).", when it should read "(replace X.X.X.X with your Windows server’s IP address)." Added {% assign board = "Windows server" %} to fix this typo that was generated on source/_includes/installation/operating_system.md. --- source/installation/windows.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/installation/windows.markdown b/source/installation/windows.markdown index b3b21bb2bb1..64bce4ab712 100644 --- a/source/installation/windows.markdown +++ b/source/installation/windows.markdown @@ -9,3 +9,4 @@ Included sections for this page is located under source/_includes/installation {% include installation/operating_system.md %} {% include installation/core.md %} +{% assign board = "Windows server" %}