Skip to content

Commit

Permalink
Update rules/no-magic-array-flat-depth.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
fisker and sindresorhus committed May 7, 2024
1 parent cf23122 commit 57c5b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/no-magic-array-flat-depth.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
meta: {
type: 'suggestion',
docs: {
description: 'Disallow magic number as the `depth` argument in `Array#flat(…).`',
description: 'Disallow a magic number as the `depth` argument in `Array#flat(…).`',
},
messages,
},
Expand Down

0 comments on commit 57c5b92

Please sign in to comment.