Skip to content

Commit

Permalink
Fix: pluralize 'line' to 'lines' in max-lines-per-function description (
Browse files Browse the repository at this point in the history
  • Loading branch information
trevinhofmann committed Feb 18, 2021
1 parent f5b53e2 commit b8aea99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/max-lines-per-function.js
Expand Up @@ -71,7 +71,7 @@ module.exports = {
type: "suggestion",

docs: {
description: "enforce a maximum number of line of code in a function",
description: "enforce a maximum number of lines of code in a function",
category: "Stylistic Issues",
recommended: false,
url: "https://eslint.org/docs/rules/max-lines-per-function"
Expand Down

0 comments on commit b8aea99

Please sign in to comment.