Skip to content

Commit

Permalink
Merge pull request #285 from CallMeGwei/patch-1
Browse files Browse the repository at this point in the history
Fix `func-name-mixedcase` docs description to say mixedCase
  • Loading branch information
dbale-altoros authored Dec 12, 2022
2 parents abbdb02 + bc504db commit a659a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/naming/func-name-mixedcase.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const meta = {
type: 'naming',

docs: {
description: 'Function name must be in camelCase.',
description: 'Function name must be in mixedCase.',
category: 'Style Guide Rules'
},

Expand Down

0 comments on commit a659a27

Please sign in to comment.