From 770a4e6fe2a1b96631187e4a17417165df767068 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Thu, 6 Apr 2017 14:38:16 -0400 Subject: [PATCH] Fix typo --- plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.js b/plugins.js index f9d93bdce..43ac04478 100644 --- a/plugins.js +++ b/plugins.js @@ -28,7 +28,7 @@ try { } } catch (err) { if (err.code === 'ENOENT') { - console.error('plugins.json and plguins.default.json not found, plugins will not be active'); + console.error('plugins.json and plugins.default.json not found, plugins will not be active'); } else { throw err; }