From 027ff9cffa80ac3a27bd2ad08ff9529e4fff1793 Mon Sep 17 00:00:00 2001 From: Jonas Gollenz Date: Sat, 30 Mar 2024 19:49:37 +0100 Subject: [PATCH] Fix typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 7999f21..31b2e66 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@ [![Test Package](https://github.com/yeger00/pylspclient/actions/workflows/test-pkg.yml/badge.svg)](https://github.com/yeger00/pylspclient/actions/workflows/test-pkg.yml) [![image](https://img.shields.io/github/license/python-ls/python-ls.svg)](https://github.com/yeger00/pylspclient/blob/main/LICENSE) -A Python 3.10+ implemntation of a [LSP](https://microsoft.github.io/language-server-protocol/) client. +A Python 3.10+ implementation of a [LSP](https://microsoft.github.io/language-server-protocol/) client. # What is LSP?