From f1134810a04b91da10e8bdedda3384e754c80ee3 Mon Sep 17 00:00:00 2001
From: Cory House <housecor@gmail.com>
Date: Wed, 31 Aug 2016 10:28:19 -0500
Subject: [PATCH] Typo fix (#526)

---
 config/eslint.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/eslint.js b/config/eslint.js
index eb2a87ce1..502cdfa4c 100644
--- a/config/eslint.js
+++ b/config/eslint.js
@@ -21,7 +21,7 @@ module.exports = {
 
   parser: 'babel-eslint',
 
-  // import plugin is termporarily disabled, scroll below to see why
+  // import plugin is temporarily disabled, scroll below to see why
   plugins: [/*'import', */'flowtype', 'jsx-a11y', 'react'],
 
   env: {
-- 
GitLab