From 263c2573e5a192344a1ef6145c0a594e6047ae57 Mon Sep 17 00:00:00 2001 From: Masahiro Wakame Date: Wed, 14 Aug 2019 23:51:26 +0900 Subject: [PATCH] fix typo --- docs/specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specification.md b/docs/specification.md index 80b66c2..07b0167 100644 --- a/docs/specification.md +++ b/docs/specification.md @@ -11,7 +11,7 @@ image: logo.png ## Overview -We mentioned on the [home page]({{ site.baseurl }}{% link index.md %}), TEASPN is a fork of [Language Server Protocol (LSP)](https://microsoft.github.io/language-server-protocol/) and shares a large potion of its specification with LSP. Both TEASPN and LSP are based on an HTTP-like base protocol which contains the header and the content parts. The content part follows [JSON-PRC](https://www.jsonrpc.org/) for serializing messages. A message can be one of request, response, or notification. +We mentioned on the [home page]({{ site.baseurl }}{% link index.md %}), TEASPN is a fork of [Language Server Protocol (LSP)](https://microsoft.github.io/language-server-protocol/) and shares a large potion of its specification with LSP. Both TEASPN and LSP are based on an HTTP-like base protocol which contains the header and the content parts. The content part follows [JSON-RPC](https://www.jsonrpc.org/) for serializing messages. A message can be one of request, response, or notification. ## Text Synchronization