luci-base: "an URL" replace with "a URL"
authorSergey Ponomarev <stokito@gmail.com>
Sat, 23 Sep 2023 07:16:49 +0000 (10:16 +0300)
committerSergey Ponomarev <stokito@gmail.com>
Sat, 23 Sep 2023 07:16:49 +0000 (10:16 +0300)
This is a correct form

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
modules/luci-base/htdocs/luci-static/resources/form.js
modules/luci-base/htdocs/luci-static/resources/luci.js

index 317b49fdfeebde5f322184fe2bdd8e825fdb9bec..aaff4d0a1a05f2e8467b7043b1d854cd0c1fb7eb 100644 (file)
@@ -4326,7 +4326,7 @@ var CBIDummyValue = CBIValue.extend(/** @lends LuCI.form.DummyValue.prototype */
        __name__: 'CBI.DummyValue',
 
        /**
-        * Set an URL which is opened when clicking on the dummy value text.
+        * Set a URL which is opened when clicking on the dummy value text.
         *
         * By setting this property, the dummy value text is wrapped in an `<a>`
         * element with the property value used as `href` attribute.
index fbd5587253f8f31375f31d23be29ab51bd5d5f90..0e1d2420f16be44c815ae61690d30c53224fce6a 100644 (file)
                 * omitted, it defaults to an empty string.
                 *
                 * @param {string[]} [parts]
-                * An array of parts to join into an URL path. Parts may contain
+                * An array of parts to join into a URL path. Parts may contain
                 * slashes and any of the other characters mentioned above.
                 *
                 * @return {string}
                },
 
                /**
-                * Construct an URL  pathrelative to the script path of the server
+                * Construct a URL  pathrelative to the script path of the server
                 * side LuCI application (usually `/cgi-bin/luci`).
                 *
                 * The resulting URL is guaranteed to only contain the characters
                 * @memberof LuCI
                 *
                 * @param {string[]} [parts]
-                * An array of parts to join into an URL path. Parts may contain
+                * An array of parts to join into a URL path. Parts may contain
                 * slashes and any of the other characters mentioned above.
                 *
                 * @return {string}
                },
 
                /**
-                * Construct an URL path relative to the global static resource path
+                * Construct a URL path relative to the global static resource path
                 * of the LuCI ui (usually `/luci-static/resources`).
                 *
                 * The resulting URL is guaranteed to only contain the characters
                 * @memberof LuCI
                 *
                 * @param {string[]} [parts]
-                * An array of parts to join into an URL path. Parts may contain
+                * An array of parts to join into a URL path. Parts may contain
                 * slashes and any of the other characters mentioned above.
                 *
                 * @return {string}
                },
 
                /**
-                * Construct an URL path relative to the media resource path of the
+                * Construct a URL path relative to the media resource path of the
                 * LuCI ui (usually `/luci-static/$theme_name`).
                 *
                 * The resulting URL is guaranteed to only contain the characters
                 * @memberof LuCI
                 *
                 * @param {string[]} [parts]
-                * An array of parts to join into an URL path. Parts may contain
+                * An array of parts to join into a URL path. Parts may contain
                 * slashes and any of the other characters mentioned above.
                 *
                 * @return {string}