Use singular, `instance`, in deprecation warning.

This commit is contained in:
Artin Boghosian 2019-11-04 13:45:46 -08:00 committed by GitHub
parent 86dd7d1621
commit ec737fb846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ module ActionView #:nodoc:
ActiveSupport::Deprecation.warn <<~eowarn.squish
ActionView::Base instances must implement `compiled_method_container`
or use the class method `with_empty_template_cache` for constructing
an ActionView::Base instances that has an empty cache.
an ActionView::Base instance that has an empty cache.
eowarn
end