summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2022-12-25 15:47:30 +0000
committerw0rp <devw0rp@gmail.com>2022-12-25 15:47:30 +0000
commit522b5d0433ba8c29f2f154f62184e34c2e5f301f (patch)
tree350789b019b96f6c32db812c926b54e26c7275e5
parent2ae04b310a1f1a2f08a3007702f7aeb16443c8b2 (diff)
downloadale-522b5d0433ba8c29f2f154f62184e34c2e5f301f.zip
Fix markdownlint documentation
-rw-r--r--doc/ale-markdown.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale-markdown.txt b/doc/ale-markdown.txt
index 3f44da27..422828f3 100644
--- a/doc/ale-markdown.txt
+++ b/doc/ale-markdown.txt
@@ -17,13 +17,13 @@ See |ale-dprint-options| and https://dprint.dev/plugins/markdown
===============================================================================
markdownlint *ale-markdown-markdownlint*
-g:ale_markdown_markdown_executable *g:ale_markdown_markdownlint_executable*
+g:ale_markdown_markdownlint_executable *g:ale_markdown_markdownlint_executable*
*b:ale_markdown_markdownlint_executable*
Type: |String|
Default: `'markdownlint'`
- Override the invoked markdownlint binary. You can use other binaries such as
- markdownlint-cli2.
+ Override the invoked `markdownlint` binary. You can use other binaries such as
+ `markdownlint-cli2`.
g:ale_markdown_markdownlint_options *g:ale_markdown_markdownlint_options*