summaryrefslogtreecommitdiff
path: root/Documentation/workflow/UsingYourBuild.md
diff options
context:
space:
mode:
authorstakx <stakx@eml.cc>2018-05-03 17:49:32 +0200
committerstakx <stakx@eml.cc>2018-05-03 17:49:32 +0200
commit0feb3815331c3cb0d7cda1ec99f89dd9a7b9f690 (patch)
tree98610e579b6af3361dc75f1c73afc98c90a60a1b /Documentation/workflow/UsingYourBuild.md
parentd142ffd3ba970ca24502f49835fe8e2ea1f5558b (diff)
downloadcoreclr-0feb3815331c3cb0d7cda1ec99f89dd9a7b9f690.tar.gz
coreclr-0feb3815331c3cb0d7cda1ec99f89dd9a7b9f690.tar.bz2
coreclr-0feb3815331c3cb0d7cda1ec99f89dd9a7b9f690.zip
Some corrections in build documentation
Diffstat (limited to 'Documentation/workflow/UsingYourBuild.md')
-rw-r--r--Documentation/workflow/UsingYourBuild.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/workflow/UsingYourBuild.md b/Documentation/workflow/UsingYourBuild.md
index 88afe22f9d..6a65399c16 100644
--- a/Documentation/workflow/UsingYourBuild.md
+++ b/Documentation/workflow/UsingYourBuild.md
@@ -140,7 +140,7 @@ The location is C:\coreclr\helloWorld\bin\Debug\netcoreapp2.1\win-x64\publish\Sy
## Using DotNetCli to run your .NET Core Application
-If you don't like the idea of copying files manually you can follow [this instructions](UsingDotNetCli.md) to use dotnet cli to do this for you.
+If you don't like the idea of copying files manually you can follow [these instructions](UsingDotNetCli.md) to use dotnet cli to do this for you.
However the steps described here are the simplest and most commonly used by CoreCLR developers for ad-hoc testing.
## Using CoreRun to run your .NET Core Application