Skip to content

Commit 53df458

Browse files
marktrankazupon
authored andcommitted
fix typo (#616)
1 parent 3521a9c commit 53df458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/workflow/linting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You may have been wondering how do you lint your code inside `*.vue` files, since they are not JavaScript. We will assume you are using [ESLint](http://eslint.org/) (if you are not, you should!).
44

5-
You will also need the [eslint-html-plugin](https://github.com/BenoitZugmeyer/eslint-plugin-html) with supports extracting and linting the JavaScript inside `*.vue` files.
5+
You will also need the [eslint-html-plugin](https://github.com/BenoitZugmeyer/eslint-plugin-html) which supports extracting and linting the JavaScript inside `*.vue` files.
66

77
Make sure to include the plugin in your ESLint config:
88

0 commit comments

Comments
 (0)