Skip to content

Commit 9038e49

Browse files
committed
Fix typo in settings documentation
1 parent 7d4073a commit 9038e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"scope": "resource",
126126
"type": "string",
127127
"default": "",
128-
"description": "An optional URL to override where ghcup checks for HLS-GHC compatibilty list (usually at: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/hls-metadata-0.0.1.json)"
128+
"description": "An optional URL to override where ghcup checks for HLS-GHC compatibility list (usually at: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/hls-metadata-0.0.1.json)"
129129
},
130130
"haskell.metadataURL": {
131131
"scope": "resource",
@@ -199,7 +199,7 @@
199199
"scope": "resource",
200200
"type": "boolean",
201201
"default": true,
202-
"description": "Whether to typecheck the entire project on load. It could drive to bad perfomance in large projects."
202+
"description": "Whether to typecheck the entire project on load. It could drive to bad performance in large projects."
203203
},
204204
"haskell.maxCompletions": {
205205
"scope": "resource",

0 commit comments

Comments
 (0)