Minor documentation improvements (#16677)
authorAlfred Myers <git@alfredmyers.com>
Thu, 1 Mar 2018 03:55:33 +0000 (00:55 -0300)
committerStephen Toub <stoub@microsoft.com>
Thu, 1 Mar 2018 03:55:33 +0000 (22:55 -0500)
Documentation/building/debugging-instructions.md

index 86ab0f4..84059df 100644 (file)
@@ -1,13 +1,13 @@
 Debugging CoreCLR
 =================
 
-These instructions will lead you through debugging CoreCLR on Windows and Linux. They will be expanded to support OS X when we have good instructions for that.
+These instructions will lead you through debugging CoreCLR on Windows and Linux. They will be expanded to support macOS when we have good instructions for that.
 
 Debugging CoreCLR on Windows
 ============================
 
 1. Perform a build of the repo.
-2. Open Solution \<reporoot\>\bin\obj\Windows_NT.\<platform\>.\<configuration\>\CoreCLR.sln in VS. \<platform\> and \<configuration\> are based
+2. Open solution \<reporoot\>\bin\obj\Windows_NT.\<platform\>.\<configuration\>\CoreCLR.sln in Visual Studio. \<platform\> and \<configuration\> are based
     on type of build you did. By default they are 'x64' and 'Debug'.
 3. Right click the INSTALL project and choose â€˜Set as StartUp Project’
 4. Bring up the properties page for the INSTALL project