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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSedarG <sedarg@microsoft.com>2016-09-21 09:33:24 +0300
committerGitHub <noreply@github.com>2016-09-21 09:33:24 +0300
commita6f3b71eb5a69c392a524d3d7e51761d1129333a (patch)
treee38f9387e79697c7fa451af42a116999861f38c5
parentfe0bee5ef95e047902a0393cade7be4653561e81 (diff)
add the missing 'of'
-rw-r--r--Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md b/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md
index 99c85bb9e..e2a7ea2e7 100644
--- a/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md
+++ b/Documentation/how-to-build-and-run-ilcompiler-in-console-shell-prompt.md
@@ -28,7 +28,7 @@ You should now be able to use the `dotnet` commands of the CLI tools.
* Create a new folder and switch into it.
* Run `dotnet new --type MSBuild` on the command/shell prompt. This will add a project template. If you get an error, please ensure the [pre-requisites](prerequisites-for-building.md) are installed.
* Run `dotnet restore`. This will download nuget packages required for compilation
-* Add the following line at the end of `.csproj` file that is part your project.
+* Add the following line at the end of `.csproj` file that is part of your project.
```
<Import Project="$(IlcPath)\Microsoft.NETCore.Native.targets" />
```