diff --git a/activestorage/lib/active_storage/attached/many.rb b/activestorage/lib/active_storage/attached/many.rb index 2e636725e3..0a876a0065 100644 --- a/activestorage/lib/active_storage/attached/many.rb +++ b/activestorage/lib/active_storage/attached/many.rb @@ -35,7 +35,7 @@ module ActiveStorage end end - # Returns true if any attachments has been made. + # Returns true if any attachments have been made. # # class Gallery < ApplicationRecord # has_many_attached :photos