summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAlfred Myers <alfredmyers@users.noreply.github.com>2017-09-11 11:51:58 -0300
committerJan Kotas <jkotas@microsoft.com>2017-09-11 07:51:58 -0700
commite40a41bb04ff20060d6b7e522c3d84dd05002fb8 (patch)
tree23a1e6d48469bcee5301a0d83a9f5bffaf212e19 /Documentation
parent5358c179e08d22b54769d22a1e6f2c8accc07f2d (diff)
downloadcoreclr-e40a41bb04ff20060d6b7e522c3d84dd05002fb8.tar.gz
coreclr-e40a41bb04ff20060d6b7e522c3d84dd05002fb8.tar.bz2
coreclr-e40a41bb04ff20060d6b7e522c3d84dd05002fb8.zip
fixed minor typo (#13898)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/windows-instructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md
index 1cbd8e3f27..a5ce25780c 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/building/windows-instructions.md
@@ -91,7 +91,7 @@ Powershell version must be 3.0 or higher. This should be the case for Windows 8
- Windows 7 SP1 can install Powershell version 4 [here](https://www.microsoft.com/en-us/download/details.aspx?id=40855).
## DotNet Core SDK
-While not strictly needed to build or tests the .NET Core repository, having the .NET Core SDK installed lets
+While not strictly needed to build or test the .NET Core repository, having the .NET Core SDK installed lets
you use the dotnet.exe command to run .NET Core applications in the 'normal' way. We use this in the
[Using Your Build](../workflow/UsingYourBuild.md) instructions. Visual Studio 2015 (update 3) should have
installed the .NET Core SDK, but in case it did not you can get it from the [Installing the .Net Core SDK](https://www.microsoft.com/net/core) page.