Commit 6a830a55 authored by Zachary Miller's avatar Zachary Miller Committed by Dan Abramov
Browse files

Fix typo in template README (#289)

Add missing word "see"
parent 6ed0c710
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment