From 6a830a5586840d6418b6386f025a6432857fa533 Mon Sep 17 00:00:00 2001 From: Zachary Miller <zachary.john.miller@gmail.com> Date: Fri, 29 Jul 2016 19:25:06 -0500 Subject: [PATCH] Fix typo in template README (#289) 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 fade9162d..f6e6b90af 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: -- GitLab