Skip to content

Commit 62db127

Browse files
authored
Merge pull request #2019 from dawedawe/typos
fix typo in the documentation of CompletionParams
2 parents abacd08 + 2eff674 commit 62db127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_specifications/lsp/3.17/metaModel/metaModel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4710,7 +4710,7 @@
47104710
"name": "CompletionContext"
47114711
},
47124712
"optional": true,
4713-
"documentation": "The completion context. This is only available it the client specifies\nto send this using the client capability `textDocument.completion.contextSupport === true`"
4713+
"documentation": "The completion context. This is only available if the client specifies\nto send this using the client capability `textDocument.completion.contextSupport === true`"
47144714
}
47154715
],
47164716
"extends": [

_specifications/lsp/3.18/metaModel/metaModel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4817,7 +4817,7 @@
48174817
"name": "CompletionContext"
48184818
},
48194819
"optional": true,
4820-
"documentation": "The completion context. This is only available it the client specifies\nto send this using the client capability `textDocument.completion.contextSupport === true`"
4820+
"documentation": "The completion context. This is only available if the client specifies\nto send this using the client capability `textDocument.completion.contextSupport === true`"
48214821
}
48224822
],
48234823
"extends": [

0 commit comments

Comments
 (0)