diff options
author | Ben Boeckel <mathstuf@users.noreply.github.com> | 2022-10-29 11:56:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 20:56:09 +0900 |
commit | 28cff80652f31d72807493487e92f32fe81648bd (patch) | |
tree | 2714193a64bd5e075c2f2ea0d11c1f655a144bd4 /test/linter/test_remark_lint.vader | |
parent | e4b20544082ba019d8095cbc24ffab43b15e8fc0 (diff) | |
download | ale-28cff80652f31d72807493487e92f32fe81648bd.zip |
codespell: fix spelling errors picked out by `codespell` (#4343)
Diffstat (limited to 'test/linter/test_remark_lint.vader')
-rw-r--r-- | test/linter/test_remark_lint.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/linter/test_remark_lint.vader b/test/linter/test_remark_lint.vader index a34f0a90..7f69008c 100644 --- a/test/linter/test_remark_lint.vader +++ b/test/linter/test_remark_lint.vader @@ -29,7 +29,7 @@ Execute(The local executable from .bin should be used if available): \ ale#Escape(ale#path#Simplify(g:dir . '/../test-files/remark_lint/with_bin_path/node_modules/.bin/remark')) \ . ' --no-stdout --no-color' -Execute(The global executable should be uesd if the option is set): +Execute(The global executable should be used if the option is set): let b:ale_markdown_remark_lint_use_global = 1 call ale#test#SetFilename('../test-files/remark_lint/with_bin_path/foo.md') |