Skip to content

Commit 5a0a69a

Browse files
committed
Fix example in Rails/PluralizationGrammar
1 parent ed33413 commit 5a0a69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubocop/cop/rails/pluralization_grammar.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module Rails
1111
# 3.day.ago
1212
# 1.months.ago
1313
# 5.megabyte
14-
# 1.gigabyte
14+
# 1.gigabytes
1515
#
1616
# # good
1717
# 3.days.ago

0 commit comments

Comments
 (0)