From 79e9318f58a20c6a5af59a3cc1f6959ff97d70eb Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Thu, 22 Jun 2017 22:09:36 -0500 Subject: [PATCH] Replace semicolon with comma --- aspnetcore/tutorials/your-first-mac-aspnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/your-first-mac-aspnet.md b/aspnetcore/tutorials/your-first-mac-aspnet.md index 6565de4bac..05516cdbaa 100644 --- a/aspnetcore/tutorials/your-first-mac-aspnet.md +++ b/aspnetcore/tutorials/your-first-mac-aspnet.md @@ -31,7 +31,7 @@ Run the `dotnet new` command to create a new web application, passing the `mvc` dotnet new mvc ``` -If you get an error running `dotnet new mvc`, install the latest [.NET Core](https://microsoft.com/net/core). When the CLI command completes; the following output and files are produced. +If you get an error running `dotnet new mvc`, install the latest [.NET Core](https://microsoft.com/net/core). When the CLI command completes, the following output and files are produced. ```console Content generation time: 79.6691 ms