From 1345e14b36d215e61da54929ee49a259ae3bde1a Mon Sep 17 00:00:00 2001 From: Jan Hecht Date: Sat, 26 Aug 2017 18:57:50 +0200 Subject: [PATCH] add closing quotation marks (#4118) --- aspnetcore/fundamentals/servers/kestrel/sample2/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/servers/kestrel/sample2/Program.cs b/aspnetcore/fundamentals/servers/kestrel/sample2/Program.cs index e9c34deaf6..2cd537e673 100644 --- a/aspnetcore/fundamentals/servers/kestrel/sample2/Program.cs +++ b/aspnetcore/fundamentals/servers/kestrel/sample2/Program.cs @@ -9,7 +9,7 @@ using System.Net; namespace KestrelDemo { /// - /// Executing the "dotnet run command in the application folder will run this app. + /// Executing the "dotnet run" command in the application folder will run this app. /// public class Program {