Skip to content

Commit 0953839

Browse files
committed
(doc) Fix typo
combintation -> combination
1 parent 814a628 commit 0953839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chocolatey/infrastructure.app/configuration/ConfigurationOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static void ParseArgumentsAndUpdateConfiguration(ICollection<string> args
7474
"Prints out the help menu.",
7575
option => configuration.HelpRequested = option != null)
7676
.Add("online",
77-
"Online - Open help for specified command in default browser application. This option only works when used in combintation with the -?/--help/-h option. Available in 2.0.0+",
77+
"Online - Open help for specified command in default browser application. This option only works when used in combination with the -?/--help/-h option. Available in 2.0.0+",
7878
option => configuration.ShowOnlineHelp = option != null);
7979
}
8080

0 commit comments

Comments
 (0)