spelling: containing

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:16 -04:00
parent be7329bdc1
commit 61efc5955b
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
if (typeof item === "object" && !self.objectItems)
throw("Can't add objects when itemValue option is not set");
// Ignore strings only containg whitespace
// Ignore strings only containing whitespace
if (item.toString().match(/^\s*$/))
return;