fixed minor typo (#13898)
authorAlfred Myers <alfredmyers@users.noreply.github.com>
Mon, 11 Sep 2017 14:51:58 +0000 (11:51 -0300)
committerJan Kotas <jkotas@microsoft.com>
Mon, 11 Sep 2017 14:51:58 +0000 (07:51 -0700)
Documentation/building/windows-instructions.md

index 1cbd8e3..a5ce257 100644 (file)
@@ -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.