Skip to content

Commit

Permalink
luci-base: jsdoc grammar fix
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Donald <[email protected]>
  • Loading branch information
systemcrash committed Dec 12, 2024
1 parent 31955d6 commit e15c190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/luci-base/htdocs/luci-static/resources/uci.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
*
* @returns {Array<LuCI.uci.SectionObject>}
* 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 = [ ],
Expand Down

0 comments on commit e15c190

Please sign in to comment.