Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

docs: Fix typo #647

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/typescript-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down