From 6f6adbe24d31fd15456b16331367bbc4578efe40 Mon Sep 17 00:00:00 2001 From: ahmedelnably Date: Fri, 4 Aug 2017 09:22:07 -0700 Subject: [PATCH] Fixing a typo Fixing a typo --- articles/app-service-web/app-service-linux-using-dotnetcore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/app-service-web/app-service-linux-using-dotnetcore.md b/articles/app-service-web/app-service-linux-using-dotnetcore.md index 681f9d6a19e7b..1fa58d93e244f 100644 --- a/articles/app-service-web/app-service-linux-using-dotnetcore.md +++ b/articles/app-service-web/app-service-linux-using-dotnetcore.md @@ -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: