Skip to content

Commit

Permalink
Fix typo in template README (#289)
Browse files Browse the repository at this point in the history
Add missing word "see"
  • Loading branch information
zjmiller authored and gaearon committed Jul 30, 2016
1 parent 6ed0c71 commit 6a830a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Please be advised that this is also a custom feature of Webpack.
Some editors, including Sublime Text, Atom, and Visual Studio Code, provide plugins for ESLint.

They are not required for linting. You should still the linter output right in your terminal as well as the browser console. However, if you prefer the lint results to appear right in your editor, there are some extra steps you can do.
They are not required for linting. You should see the linter output right in your terminal as well as the browser console. However, if you prefer the lint results to appear right in your editor, there are some extra steps you can do.

You would need to install an ESLint plugin for your editor first.
Then make sure `package.json` of your project ends with this block:
Expand Down

0 comments on commit 6a830a5

Please sign in to comment.