Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Haggard <weshaggard@users.noreply.github.com>2017-01-13 00:44:08 +0300
committerGitHub <noreply@github.com>2017-01-13 00:44:08 +0300
commitc2216059b2df7fb5aa3a1a1ab9fa8e5f7b9202a0 (patch)
treeea4e0e4566c98843b3f6fe9781eb8e2ae3a90105 /Documentation/building
parent49d4fcb0bbb04a56731979d72a11414befe6ac0e (diff)
Insert missing word
Diffstat (limited to 'Documentation/building')
-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 a8cd1f36be..86f0f7d370 100644
--- a/Documentation/building/windows-instructions.md
+++ b/Documentation/building/windows-instructions.md
@@ -25,7 +25,7 @@ Open a [Visual Studio Command Prompt](http://msdn.microsoft.com/en-us/library/ms
For information on different configurations see [project-guidelines](../coding-guidelines/project-guidelines.md).
-**Note**: Before working on individual projects or test projects you **must** run `build.cmd` from the root once before beginning that work. It is also a good idea to run `build.cmd` whenever pull a large set of unknown changes into your branch.
+**Note**: Before working on individual projects or test projects you **must** run `build.cmd` from the root once before beginning that work. It is also a good idea to run `build.cmd` whenever you pull a large set of unknown changes into your branch.
Visual Studio Solution (.sln) files exist for related groups of libraries. These can be loaded to build, debug and test inside
the Visual Studio IDE.