Merge pull request #508 from LordZamy/patch-1

Fix typo in spec
This commit is contained in:
Dirk Bäumer 2018-06-28 12:45:43 +02:00 committed by GitHub
commit 15fd9f92ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2401,7 +2401,7 @@ _Request_:
export interface CompletionParams extends TextDocumentPositionParams {
/**
* The completion context. This is only available it the client specifies
* The completion context. This is only available if the client specifies
* to send this using `ClientCapabilities.textDocument.completion.contextSupport === true`
*/
context?: CompletionContext;