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. *