Skip to content

Commit

Permalink
Apply suggestions from code review
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 10, 2024
1 parent 4007c46 commit 4023042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rules/consistent-empty-array-spread.md
@@ -1,4 +1,4 @@
# Prefer consistent type when spreading a ternary in array literal
# Prefer consistent types when spreading a ternary in an array literal

💼 This rule is enabled in the ✅ `recommended` [config](https://github.com/sindresorhus/eslint-plugin-unicorn#preset-configs-eslintconfigjs).

Expand Down
2 changes: 1 addition & 1 deletion rules/consistent-empty-array-spread.js
Expand Up @@ -116,7 +116,7 @@ module.exports = {
meta: {
type: 'suggestion',
docs: {
description: 'Prefer consistent type when spreading a ternary in array literal.',
description: 'Prefer consistent types when spreading a ternary in an array literal.',
recommended: true,
},
fixable: 'code',
Expand Down

0 comments on commit 4023042

Please sign in to comment.