From ec737fb8460d5ffcc26ba3ee5a8cb8cb7905c701 Mon Sep 17 00:00:00 2001 From: Artin Boghosian Date: Mon, 4 Nov 2019 13:45:46 -0800 Subject: [PATCH] Use singular, `instance`, in deprecation warning. --- actionview/lib/action_view/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionview/lib/action_view/base.rb b/actionview/lib/action_view/base.rb index 40d5ed36a1..754849581e 100644 --- a/actionview/lib/action_view/base.rb +++ b/actionview/lib/action_view/base.rb @@ -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