diff --git a/lib/Stats.js b/lib/Stats.js index f0d62ea0a..d7a4cb405 100644 --- a/lib/Stats.js +++ b/lib/Stats.js @@ -28,7 +28,7 @@ class Stats { } // create a chain of filters - // if they return "true" a warning should be surpressed + // if they return "true" a warning should be suppressed const normalizedWarningsFilters = [].concat(warningsFilter).map(filter => { if (typeof filter === "string") { return warning => warning.includes(filter);