Skip to content

Commit 1e894e3

Browse files
committed
Fix typo in settings documentation
1 parent f3c3303 commit 1e894e3

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",
@@ -205,7 +205,7 @@
205205
"scope": "resource",
206206
"type": "boolean",
207207
"default": true,
208-
"description": "Whether to typecheck the entire project on load. It could drive to bad perfomance in large projects."
208+
"description": "Whether to typecheck the entire project on load. It could drive to bad performance in large projects."
209209
},
210210
"haskell.maxCompletions": {
211211
"scope": "resource",

0 commit comments

Comments
 (0)