Replace semicolon with comma

pull/3560/head
Scott Addie 2017-06-22 22:09:36 -05:00 committed by GitHub
parent 4dce74e480
commit 79e9318f58
1 changed files with 1 additions and 1 deletions

View File

@ -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