From 39993493d3f23e750e437942cd15f3c343fe9eab Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 12 Jul 2017 15:10:18 -0700 Subject: [PATCH] Fix a spelling mistake --- protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.md b/protocol.md index 9278c3c..79e5f46 100644 --- a/protocol.md +++ b/protocol.md @@ -601,7 +601,7 @@ How the server internally processes the requests is up to the server implementat #### 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. #### Initialize Request