Merge pull request #6220 from systemcrash/tags_string
authorJo-Philipp Wich <jo@mein.io>
Thu, 2 Feb 2023 14:02:17 +0000 (15:02 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Feb 2023 14:02:17 +0000 (15:02 +0100)
luci-base: help-text spell fix

modules/luci-base/htdocs/luci-static/resources/form.js

index 3c538b88ca2e6e2a2fe46cff5380889e99144c8d..df0a63a4a1643ac039a4dd87cc835e089eb3ffb0 100644 (file)
@@ -281,7 +281,7 @@ var CBIAbstractElement = baseclass.extend(/** @lends LuCI.form.AbstractElement.p
         * The input string to clean.
         *
         * @returns {string}
-        * The cleaned input string with HTML removes removed.
+        * The cleaned input string with HTML tags removed.
         */
        stripTags: function(s) {
                if (typeof(s) == 'string' && !s.match(/[<>]/))