Skip to content

Commit e3d4af7

Browse files
authored
Merge pull request #3593 from gep13/fix-typo
(doc) Fix typo
2 parents 814a628 + 0953839 commit e3d4af7

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)