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