From d392325a816f6f40386335d9b0c22523f8c72b9a Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 8 Mar 2024 13:58:32 +0100 Subject: [PATCH] Fixed minor typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c7cfc5b..16ae7c2 100644 --- a/README +++ b/README @@ -156,7 +156,7 @@ ECMD must print a line of ex commands and Neatvi executes this line. Q-commands can be used to add interesting features to Neatvi, such as language-dependent IDE features, for instance by connecting to an LSP (language server protocol) server. As an example, the following -script shows how to use gopls to implement goto defintion and find +script shows how to use gopls to implement goto definition and find references for Go. # Compile.