From 686f42a2e1e174568fcef9417de99e39525c26e5 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 27 Aug 2020 09:18:10 +0100 Subject: [PATCH] Fix a typo --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale.txt b/doc/ale.txt index 97f06e3b..da430042 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -861,7 +861,7 @@ g:ale_default_navigation *g:ale_default_navigation* Default: `'buffer'` The default method for navigating away from the current buffer to another - buffer, such as for |ALEFindReferences:|, or |ALEGoToDefinition|. + buffer, such as for |ALEFindReferences|, or |ALEGoToDefinition|. g:ale_disable_lsp *g:ale_disable_lsp*