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; }