Browse Source

Chore: update Windows build instructions (#29342)

update "Change" to "Modify" to reflect the actual options the user sees when opening visual studio installer
George Xu 3 years ago
parent
commit
386572bb86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/development/build-instructions-windows.md

+ 1 - 1
docs/development/build-instructions-windows.md

@@ -24,7 +24,7 @@ creating a full distribution since `symstore.exe` is used for creating a symbol
 store from `.pdb` files.
   * Different versions of the SDK can be installed side by side. To install the
   SDK, open Visual Studio Installer, select
-  `Change` → `Individual Components`, scroll down and select the appropriate
+  `Modify` → `Individual Components`, scroll down and select the appropriate
   Windows SDK to install. Another option would be to look at the
   [Windows SDK and emulator archive](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
   and download the standalone version of the SDK respectively.