From e15c1905089f74aab85e59c0df113836a626cbfc Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Thu, 12 Dec 2024 15:56:40 +0100 Subject: [PATCH] luci-base: jsdoc grammar fix Signed-off-by: Paul Donald --- modules/luci-base/htdocs/luci-static/resources/uci.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-base/htdocs/luci-static/resources/uci.js b/modules/luci-base/htdocs/luci-static/resources/uci.js index 35110c0227b4..1171588c733b 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 = [ ],