diff options
| author | temperrr <temperrr@users.noreply.github.com> | 2022-06-03 11:29:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-03 11:29:21 +0200 |
| commit | 3cc4ad5026473ca00adfc4c41382453cf310aa4a (patch) | |
| tree | 5271c1873e4d8cb20fd2054aa0415cd5900d6ccc | |
| parent | 3a8da0fb99a86ae8fe49451a87a68fd33fb9cc9a (diff) | |
| download | wiki-3cc4ad5026473ca00adfc4c41382453cf310aa4a.tar.gz wiki-3cc4ad5026473ca00adfc4c41382453cf310aa4a.tar.bz2 wiki-3cc4ad5026473ca00adfc4c41382453cf310aa4a.zip | |
Typo in windows-core-installation.md (#721)
| -rw-r--r-- | docs/windows-core-installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
