From fe33c15d4d66b7a0ebd6257fb1eef21335424bba Mon Sep 17 00:00:00 2001 From: Abhishek Jain Date: Tue, 6 Oct 2015 23:20:27 +0530 Subject: Fix usage of word alternatively in docs [ci skip] --- actionview/lib/action_view/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview') diff --git a/actionview/lib/action_view/base.rb b/actionview/lib/action_view/base.rb index 72ca6f7ec6..ad1cb1a4be 100644 --- a/actionview/lib/action_view/base.rb +++ b/actionview/lib/action_view/base.rb @@ -75,7 +75,7 @@ module ActionView #:nodoc: # # Headline: <%= local_assigns[:headline] %> # - # This is useful in cases where you aren't sure if the local variable has been assigned. Alternately, you could also use + # This is useful in cases where you aren't sure if the local variable has been assigned. Alternatively, you could also use # defined? headline to first check if the variable has been assigned before using it. # # === Template caching -- cgit v1.2.3