From fbfde6968a562abb88373588687d9b26cac68469 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 22 Nov 2017 17:44:21 +0000 Subject: [PATCH] Fix a typo --- test/fixers/test_prettier_fixer_callback.vader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixers/test_prettier_fixer_callback.vader b/test/fixers/test_prettier_fixer_callback.vader index 3480b41..c4f36f5 100644 --- a/test/fixers/test_prettier_fixer_callback.vader +++ b/test/fixers/test_prettier_fixer_callback.vader @@ -87,7 +87,7 @@ Execute(The version number should be cached): " Call the second callback with the version output. call ale#fixers#prettier#ApplyFixForVersion(bufnr(''), ['1.6.0']) - " Call it again without the vesrion output. We should use the newer command. + " Call it again without the version output. We should use the newer command. AssertEqual \ { \ 'command': 'cd ' . ale#Escape(expand('%:p:h')) . ' && '