From 399bf2f88bc6b6ad6936014ab92f3015f7d84910 Mon Sep 17 00:00:00 2001 From: Alenros Date: Mon, 4 Jan 2021 16:06:01 +0200 Subject: [PATCH] Fixes typos in a remark --- src/CommandLine/Text/HelpText.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine/Text/HelpText.cs b/src/CommandLine/Text/HelpText.cs index f5e9a7b9..cb8cc369 100644 --- a/src/CommandLine/Text/HelpText.cs +++ b/src/CommandLine/Text/HelpText.cs @@ -316,7 +316,7 @@ public SentenceBuilder SentenceBuilder /// A delegate used to customize model used to render text block of usage examples. /// If true the output style is consistent with verb commands (no dashes), otherwise it outputs options. /// The maximum width of the display. - /// The parameter is not ontly a metter of formatting, it controls whether to handle verbs or options. + /// The parameter is not only a matter of formatting, it controls whether to handle verbs or options. public static HelpText AutoBuild( ParserResult parserResult, Func onError,