From: Paul Donald Date: Thu, 12 Dec 2024 14:56:40 +0000 (+0100) Subject: luci-base: jsdoc grammar fix X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e15c1905089f74aab85e59c0df113836a626cbfc;p=project%2Fluci.git luci-base: jsdoc grammar fix Signed-off-by: Paul Donald --- diff --git a/modules/luci-base/htdocs/luci-static/resources/uci.js b/modules/luci-base/htdocs/luci-static/resources/uci.js index 35110c0227..1171588c73 100644 --- a/modules/luci-base/htdocs/luci-static/resources/uci.js +++ b/modules/luci-base/htdocs/luci-static/resources/uci.js @@ -449,7 +449,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ { * * @returns {Array} * Returns a sorted array of the section objects within the given - * configuration, filtered by type of a type has been specified. + * configuration, filtered by type, if a type has been specified. */ sections: function(conf, type, cb) { var sa = [ ],