]> git.mxchange.org Git - friendica.git/commitdiff
spelling: containing
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:16 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:22 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/js/friendica-tagsinput/friendica-tagsinput.js

index 8b83b483865d96c76ac7ae2dff70c408deada347..b883f86cac0d9a36478234ef1819d45bb98a0e51 100644 (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;