spelling: suppressed

This commit is contained in:
Josh Soref 2018-02-26 02:49:06 +00:00
parent c9bb7b7707
commit ecc7fd2fe5
1 changed files with 1 additions and 1 deletions

View File

@ -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);