Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#2644 from ahmedelnably/patch-1
Browse files Browse the repository at this point in the history
Fixing a typo
  • Loading branch information
v-shils authored Aug 7, 2017
2 parents 8530344 + 6f6adbe commit d217cd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To complete this tutorial:
Start a new terminal session. Create a directory named `hellodotnetcore`, and change the current directory to it. Then type the following:

```
dotnew new web
dotnet new web
```

This command creates three files (*hellodotnetcore.csproj*, *Program.cs*, and *Startup.cs*) and one empty folder (*wwwroot/*) under the current directory. The content of `.csproj` file should look like the following:
Expand Down

0 comments on commit d217cd4

Please sign in to comment.