luci-base: jsdoc grammar fix
authorPaul Donald <newtwen+github@gmail.com>
Mon, 13 Jan 2025 16:57:40 +0000 (17:57 +0100)
committerPaul Donald <newtwen+github@gmail.com>
Mon, 13 Jan 2025 16:57:40 +0000 (17:57 +0100)
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
modules/luci-base/htdocs/luci-static/resources/form.js
modules/luci-base/htdocs/luci-static/resources/ui.js

index e3352fe019e1f05ca3f8384f013c3da7153b8f1c..e1fc3ff3e9dd39520ac3d1c4ceda9bbdb341c109 100644 (file)
@@ -4493,8 +4493,8 @@ const CBIDummyValue = CBIValue.extend(/** @lends LuCI.form.DummyValue.prototype
         * Treat the UCI option value (or the `default` property value) as HTML.
         *
         * By default, the value text is HTML escaped before being rendered as
-        * text. In some cases it may be needed to actually interpret and render
-        * HTML contents as-is. When set to `true`, HTML escaping is disabled.
+        * text. In some cases, HTML content may need to be interpreted and
+        * rendered as-is. When set to `true`, HTML escaping is disabled.
         *
         * @name LuCI.form.DummyValue.prototype#rawhtml
         * @type boolean
index bff9acc3c002cf878978ac34c7c8f9d2a037eb04..92fd8f887be143aba9bd311ac8575d82120d13ba 100644 (file)
@@ -5014,8 +5014,8 @@ const UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
         * default.
         *
         * @returns {function}
-        * Returns the compiled validator function which can be used to manually
-        * trigger field validation or to bind it to further events.
+        * Returns the compiled validator function which can be used to trigger
+        * field validation manually or to bind it to further events.
         *
         * @see LuCI.validation
         */