Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 3550d39

Browse files
axelheerN. Taylor Mullen
authored andcommitted
Fix minor typo within ResolveProtocolCommand (#90)
1 parent 3fe4d1b commit 3550d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.AspNetCore.Razor.Design/Internal/ResolveProtocolCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static void Register(CommandLineApplication app)
1313
{
1414
app.Command("resolve-protocol", config =>
1515
{
16-
config.Description = "Resolves protocol used to resolve TagHeleprDescriptors.";
16+
config.Description = "Resolves protocol used to resolve TagHelperDescriptors.";
1717
config.HelpOption("-?|-h|--help");
1818
var clientProtocolArgument = config.Argument(
1919
"[clientProtocol]",

0 commit comments

Comments
 (0)