luci-base: jsdoc fixes
authorPaul Donald <newtwen+github@gmail.com>
Thu, 19 Dec 2024 17:41:08 +0000 (17:41 +0000)
committerPaul Donald <newtwen+github@gmail.com>
Thu, 19 Dec 2024 17:43:11 +0000 (17:43 +0000)
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
modules/luci-base/htdocs/luci-static/resources/luci.js

index aae9a2abceb28f9e895ab2b43f7fc082b50c1f87..0dcc09a51a5010a878940305ea54b4e74b3e59c7 100644 (file)
 
                /**
                 * Construct a relative URL path from the given prefix and parts.
-                * The resulting URL is guaranteed to only contain the characters
+                * The resulting URL is guaranteed to contain only the characters
                 * `a-z`, `A-Z`, `0-9`, `_`, `.`, `%`, `,`, `;`, and `-` as well
                 * as `/` for the path separator. Suffixing '?x=y&foo=bar' URI
                 * parameters also limited to the aforementioned characters is
                 * Construct a URL with path relative to the script path of the server
                 * side LuCI application (usually `/cgi-bin/luci`).
                 *
-                * The resulting URL is guaranteed to only contain the characters
+                * The resulting URL is guaranteed to contain only the characters
                 * `a-z`, `A-Z`, `0-9`, `_`, `.`, `%`, `,`, `;`, and `-` as well
                 * as `/` for the path separator. Suffixing '?x=y&foo=bar' URI
                 * parameters also limited to the aforementioned characters is
                 * 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
+                * The resulting URL is guaranteed to contain only the characters
                 * `a-z`, `A-Z`, `0-9`, `_`, `.`, `%`, `,`, `;`, and `-` as well
                 * as `/` for the path separator. Suffixing '?x=y&foo=bar' URI
                 * parameters also limited to the aforementioned characters is
                 * 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
+                * The resulting URL is guaranteed to contain only the characters
                 * `a-z`, `A-Z`, `0-9`, `_`, `.`, `%`, `,`, `;`, and `-` as well
                 * as `/` for the path separator. Suffixing '?x=y&foo=bar' URI
                 * parameters also limited to the aforementioned characters is