luci-base: "an URL" replace with "a URL"
[project/luci.git] / modules / luci-base / htdocs / luci-static / resources / luci.js
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}