We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bb7b7 commit ecc7fd2Copy full SHA for ecc7fd2
lib/Stats.js
@@ -28,7 +28,7 @@ class Stats {
28
}
29
30
// create a chain of filters
31
- // if they return "true" a warning should be surpressed
+ // if they return "true" a warning should be suppressed
32
const normalizedWarningsFilters = [].concat(warningsFilter).map(filter => {
33
if (typeof filter === "string") {
34
return warning => warning.includes(filter);
0 commit comments