Skip to content

Commit f77da83

Browse files
authored
Merge pull request rubocop#917 from palkan/patch-1
FindEach description typo
2 parents 5425d8a + 1ab534c commit f77da83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ Rails/FindById:
476476
VersionAdded: '2.7'
477477

478478
Rails/FindEach:
479-
Description: 'Prefer all.find_each over all.find.'
479+
Description: 'Prefer all.find_each over all.each.'
480480
StyleGuide: 'https://rails.rubystyle.guide#find-each'
481481
Enabled: true
482482
VersionAdded: '0.30'

0 commit comments

Comments
 (0)