From b0e8b6c463f0a6ad2d09a8a98b50acfb3539b6bc Mon Sep 17 00:00:00 2001 From: Samarth Wahal Date: Wed, 27 Jun 2018 12:48:13 -0700 Subject: [PATCH] Fix typo --- specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.md b/specification.md index 62cfb95..586ffb4 100644 --- a/specification.md +++ b/specification.md @@ -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;