From 3cc4ad5026473ca00adfc4c41382453cf310aa4a Mon Sep 17 00:00:00 2001 From: temperrr Date: Fri, 3 Jun 2022 11:29:21 +0200 Subject: Typo in windows-core-installation.md (#721) --- docs/windows-core-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/windows-core-installation.md b/docs/windows-core-installation.md index ff98e7b..69e6e08 100644 --- a/docs/windows-core-installation.md +++ b/docs/windows-core-installation.md @@ -95,7 +95,7 @@ Before you begin, create a new directory called **Build**. In this guide we will 1. If you set 32-bit compilation during CMake configuration, select **x86**. -1. Rick-click **ALL_BUILD** in the Solution Explorer on the right sidebar and select **Clean**. +1. Right-click **ALL_BUILD** in the Solution Explorer on the right sidebar and select **Clean**. 1. Right-click **ALL_BUILD** and select **Build**. (Ctrl + Shift + B) -- cgit