From 2c24a5dab89c7e29c0d66d2c86f194ff9a149161 Mon Sep 17 00:00:00 2001 From: Alexlander Date: Thu, 13 Oct 2016 11:39:02 +0200 Subject: [PATCH] Grammar error I suppose that "to compile and the code" is wrong, it should be "to compile the code" --- docs/core/tutorials/using-with-xplat-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tutorials/using-with-xplat-cli.md b/docs/core/tutorials/using-with-xplat-cli.md index b246390cd255f..718b3ddd03376 100644 --- a/docs/core/tutorials/using-with-xplat-cli.md +++ b/docs/core/tutorials/using-with-xplat-cli.md @@ -91,7 +91,7 @@ $ dotnet run Hello, World! ``` -You can also execute [`dotnet build`](../tools/dotnet-build.md) to compile and the code without running the build console applications. +You can also execute [`dotnet build`](../tools/dotnet-build.md) to compile the code without running the build console applications. ### Building a self-contained application