Skip to content

Commit

Permalink
Merge pull request #37636 from artinboghosian/patch-1
Browse files Browse the repository at this point in the history
Use singular, `instance`, in deprecation warning.
  • Loading branch information
carlosantoniodasilva committed Nov 5, 2019
2 parents 32b99f9 + ec737fb commit bc5d956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/base.rb
Expand Up @@ -280,7 +280,7 @@ def compiled_method_container
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

Expand Down

0 comments on commit bc5d956

Please sign in to comment.