diff options
author | alkesh26 <alkesh26@gmail.com> | 2019-02-21 01:33:14 +0530 |
---|---|---|
committer | alkesh26 <alkesh26@gmail.com> | 2019-02-21 01:33:14 +0530 |
commit | 955eac5a5282cad348fef882465f3bd01c4d52b9 (patch) | |
tree | 6d6b5052e6ac5d77920add685c3f0fed303be7ba /actionview/lib | |
parent | 4650874073bef4f02da3c2b0bfc4ba2a6fd5d562 (diff) | |
download | rails-955eac5a5282cad348fef882465f3bd01c4d52b9.tar.gz rails-955eac5a5282cad348fef882465f3bd01c4d52b9.tar.bz2 rails-955eac5a5282cad348fef882465f3bd01c4d52b9.zip |
[ci skip] actionview typo fixes.
Diffstat (limited to 'actionview/lib')
-rw-r--r-- | actionview/lib/action_view/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |