From ea5f7d51fdba4432a8e592a8839cd5382bca7bc6 Mon Sep 17 00:00:00 2001 From: Zachary Miller Date: Fri, 29 Jul 2016 16:08:47 -0500 Subject: [PATCH] Fix typo in template README Add missing word "see" --- template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/README.md b/template/README.md index fade9162d19..f6e6b90af7c 100644 --- a/template/README.md +++ b/template/README.md @@ -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: