Merge pull request #270 from brettcannon/patch-2

Fix a spelling mistake
This commit is contained in:
Dirk Bäumer 2017-11-20 15:55:56 +01:00 committed by GitHub
commit 15890ed701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -618,7 +618,7 @@ However, the server may decide to use a parallel execution strategy and may wish
#### Server lifetime
The current protocol specification defines that the lifetime of a server is managed by the client (e.g. a tool like VS Code or Emacs). It is up to the client to decide when to start (process vise) and when to shutdown a server.
The current protocol specification defines that the lifetime of a server is managed by the client (e.g. a tool like VS Code or Emacs). It is up to the client to decide when to start (process-wise) and when to shutdown a server.
#### <a name="initialize"></a>Initialize Request