From 0d4cac76a136d51854572699bfa546dd965fed87 Mon Sep 17 00:00:00 2001 From: Jeremy Greer Date: Mon, 18 Nov 2019 15:06:48 -0800 Subject: [PATCH] docs: Fix typo --- src/typescript-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/typescript-service.ts b/src/typescript-service.ts index 0101da7ff..57bb92f09 100644 --- a/src/typescript-service.ts +++ b/src/typescript-service.ts @@ -228,7 +228,7 @@ export class TypeScriptService { * Until the server has responded to the `initialize` request with an `InitializeResult` the * client must not sent any additional requests or notifications to the server. * - * During the `initialize` request the server is allowed to sent the notifications + * During the `initialize` request the server is allowed to send the notifications * `window/showMessage`, `window/logMessage` and `telemetry/event` as well as the * `window/showMessageRequest` request to the client. *