Skip to content

Commit 95987a7

Browse files
authored
Correct typo in Ide.Arguments:listPluginsParser (#2604)
1 parent d640d13 commit 95987a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ide/Arguments.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ probeToolsParser exeName =
9595
listPluginsParser :: Parser Arguments
9696
listPluginsParser =
9797
flag' ListPluginsMode
98-
(long "list-plugins" <> help "List all avaliable plugins")
98+
(long "list-plugins" <> help "List all available plugins")
9999

100100
arguments :: IdePlugins IdeState -> Parser GhcideArguments
101101
arguments plugins = GhcideArguments

0 commit comments

Comments
 (0)