aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorAbhishek Jain <abhishek.jain@vinsol.com>2015-10-06 23:20:27 +0530
committerAbhishek Jain <abhishek.jain@vinsol.com>2015-10-06 23:20:27 +0530
commitfe33c15d4d66b7a0ebd6257fb1eef21335424bba (patch)
tree8e031d4bb5fba2caf5732a6aa3f9f9736631aa3f /actionview
parent9e25e0e1735f2ccca69679243aa8cf0885104164 (diff)
downloadrails-fe33c15d4d66b7a0ebd6257fb1eef21335424bba.tar.gz
rails-fe33c15d4d66b7a0ebd6257fb1eef21335424bba.tar.bz2
rails-fe33c15d4d66b7a0ebd6257fb1eef21335424bba.zip
Fix usage of word alternatively in docs [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/base.rb2
1 files changed, 1 insertions, 1 deletions
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
# <tt>defined? headline</tt> to first check if the variable has been assigned before using it.
#
# === Template caching