From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:17:16 +0000 (-0400) Subject: spelling: containing X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=61efc5955bbccf902c1e74435f9d6306a3caf548;p=friendica.git spelling: containing Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/view/js/friendica-tagsinput/friendica-tagsinput.js b/view/js/friendica-tagsinput/friendica-tagsinput.js index 8b83b48386..b883f86cac 100644 --- a/view/js/friendica-tagsinput/friendica-tagsinput.js +++ b/view/js/friendica-tagsinput/friendica-tagsinput.js @@ -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;