Skip to content

Commit 3def99c

Browse files
authored
Fix typo in setting description
1 parent 783117f commit 3def99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"type": "string",
122122
"enum": ["haskell-ide-engine", "haskell-language-server", "ghcide"],
123123
"default": "haskell-ide-engine",
124-
"description": "Which hasell language server to use."
124+
"description": "Which haskell language server to use."
125125
},
126126
"languageServerHaskell.hieExecutablePath": {
127127
"scope": "resource",

0 commit comments

Comments
 (0)