summaryrefslogtreecommitdiff
path: root/test/linter/test_htmlhint.vader
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@users.noreply.github.com>2022-10-29 11:56:09 +0000
committerGitHub <noreply@github.com>2022-10-29 20:56:09 +0900
commit28cff80652f31d72807493487e92f32fe81648bd (patch)
tree2714193a64bd5e075c2f2ea0d11c1f655a144bd4 /test/linter/test_htmlhint.vader
parente4b20544082ba019d8095cbc24ffab43b15e8fc0 (diff)
downloadale-28cff80652f31d72807493487e92f32fe81648bd.zip
codespell: fix spelling errors picked out by `codespell` (#4343)
Diffstat (limited to 'test/linter/test_htmlhint.vader')
-rw-r--r--test/linter/test_htmlhint.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/linter/test_htmlhint.vader b/test/linter/test_htmlhint.vader
index df5797af..4475c1a7 100644
--- a/test/linter/test_htmlhint.vader
+++ b/test/linter/test_htmlhint.vader
@@ -19,7 +19,7 @@ Execute(The default command should be correct):
AssertLinter g:node_executable,
\ ale#Escape(g:node_executable) . ' --format=unix %t'
-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 g:ale_html_htmlhint_executable = 'foo'
let g:ale_html_htmlhint_use_global = 1