Skip to content

Commit ecc7fd2

Browse files
committed
spelling: suppressed
1 parent c9bb7b7 commit ecc7fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Stats {
2828
}
2929

3030
// create a chain of filters
31-
// if they return "true" a warning should be surpressed
31+
// if they return "true" a warning should be suppressed
3232
const normalizedWarningsFilters = [].concat(warningsFilter).map(filter => {
3333
if (typeof filter === "string") {
3434
return warning => warning.includes(filter);

0 commit comments

Comments
 (0)