From 2afa38d7be26383ab9b1db8d9cf5edf14284d2d6 Mon Sep 17 00:00:00 2001 From: Axel Heer Date: Wed, 13 Jul 2016 21:46:50 +0200 Subject: [PATCH] Fix minor typo within ResolveProtocolCommand --- .../Internal/ResolveProtocolCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Razor.Design/Internal/ResolveProtocolCommand.cs b/src/Microsoft.AspNetCore.Razor.Design/Internal/ResolveProtocolCommand.cs index 2d78a69..6f91b7b 100644 --- a/src/Microsoft.AspNetCore.Razor.Design/Internal/ResolveProtocolCommand.cs +++ b/src/Microsoft.AspNetCore.Razor.Design/Internal/ResolveProtocolCommand.cs @@ -13,7 +13,7 @@ public static void Register(CommandLineApplication app) { app.Command("resolve-protocol", config => { - config.Description = "Resolves protocol used to resolve TagHeleprDescriptors."; + config.Description = "Resolves protocol used to resolve TagHelperDescriptors."; config.HelpOption("-?|-h|--help"); var clientProtocolArgument = config.Argument( "[clientProtocol]",