summaryrefslogtreecommitdiff
path: root/test/linter/test_rego_opacheck.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_rego_opacheck.vader')
-rw-r--r--test/linter/test_rego_opacheck.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/linter/test_rego_opacheck.vader b/test/linter/test_rego_opacheck.vader
index 886a9339..3b672282 100644
--- a/test/linter/test_rego_opacheck.vader
+++ b/test/linter/test_rego_opacheck.vader
@@ -10,7 +10,7 @@ Execute(The default command should be correct):
AssertLinter 'opa',
\ ale#Escape('opa') . ' check %s --format json '
-Execute(The default command should be overriden):
+Execute(The default command should be overridden):
let b:ale_rego_opacheck_executable = '/bin/other/opa'
AssertLinter '/bin/other/opa',
\ ale#Escape('/bin/other/opa') . ' check %s --format json '