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,