summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2020-09-07 15:37:04 +0900
committerGitHub <noreply@github.com>2020-09-07 15:37:04 +0900
commit8950f6b812a20adbf839308ed587f4e228906ff8 (patch)
treecf16a9806fd03ea3ce51f1b9d2dcdd9331c22e26
parentc36053d4cc28fbc5fc0ee70ccb2c9a1b349eaaa3 (diff)
parent0b55098bd0ad1428581cb5ae3d0634d40167feba (diff)
downloadale-8950f6b812a20adbf839308ed587f4e228906ff8.zip
Merge pull request #3334 from remi6397/bugfix/asciidoc-languagetool-typo
Fix asciidoc languagetool integration
-rw-r--r--ale_linters/asciidoc/languagetool.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/asciidoc/languagetool.vim b/ale_linters/asciidoc/languagetool.vim
index f16df6c0..8e8de7f3 100644
--- a/ale_linters/asciidoc/languagetool.vim
+++ b/ale_linters/asciidoc/languagetool.vim
@@ -2,4 +2,4 @@
" Description: languagetool for asciidoc files, copied from markdown.
-call ale#handlers#languagetool#DefineLinter('asciidoctor')
+call ale#handlers#languagetool#DefineLinter('asciidoc')