From 955eac5a5282cad348fef882465f3bd01c4d52b9 Mon Sep 17 00:00:00 2001 From: alkesh26 Date: Thu, 21 Feb 2019 01:33:14 +0530 Subject: [ci skip] actionview typo fixes. --- actionview/lib/action_view/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib/action_view/base.rb') diff --git a/actionview/lib/action_view/base.rb b/actionview/lib/action_view/base.rb index 22d1895560..c4565ca272 100644 --- a/actionview/lib/action_view/base.rb +++ b/actionview/lib/action_view/base.rb @@ -253,7 +253,7 @@ module ActionView #:nodoc: else ActiveSupport::Deprecation.warn <<~eowarn ActionView::Base instances should be constructed with a lookup context, - assigments, and a controller. + assignments, and a controller. eowarn @lookup_context = self.class.build_lookup_context(lookup_context) end -- cgit v1.2.3