Fix usage of word alternatively in docs [ci skip]

This commit is contained in:
Abhishek Jain 2015-10-06 23:20:27 +05:30
parent 9e25e0e173
commit fe33c15d4d
2 changed files with 2 additions and 2 deletions

@ -53,7 +53,7 @@ module ActionDispatch
# resources :posts, :comments # resources :posts, :comments
# end # end
# #
# Alternately, you can add prefixes to your path without using a separate # Alternatively, you can add prefixes to your path without using a separate
# directory by using +scope+. +scope+ takes additional options which # directory by using +scope+. +scope+ takes additional options which
# apply to all enclosed routes. # apply to all enclosed routes.
# #

@ -75,7 +75,7 @@ module ActionView #:nodoc:
# #
# Headline: <%= local_assigns[:headline] %> # 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. # <tt>defined? headline</tt> to first check if the variable has been assigned before using it.
# #
# === Template caching # === Template caching