luci-base: help-text spell fix 6220/head
authorPaul Dee <itsascambutmailmeanyway@gmail.com>
Tue, 17 Jan 2023 20:24:44 +0000 (21:24 +0100)
committerPaul Dee <itsascambutmailmeanyway@gmail.com>
Tue, 17 Jan 2023 20:24:44 +0000 (21:24 +0100)
Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
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(/[<>]/))