aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-11-25 14:24:14 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2011-11-25 14:24:14 +0200
commita607a9d978c4a84935fa23556de1dde5aea274d8 (patch)
treee7f480efd28f81765d350f5af9c68d8e53230c62 /actionpack/lib/action_dispatch/routing
parent9a45867b094c0a41303e24b68414bc69d2263bc8 (diff)
downloadrails-a607a9d978c4a84935fa23556de1dde5aea274d8.tar.gz
rails-a607a9d978c4a84935fa23556de1dde5aea274d8.tar.bz2
rails-a607a9d978c4a84935fa23556de1dde5aea274d8.zip
what's -> that's
Diffstat (limited to 'actionpack/lib/action_dispatch/routing')
-rw-r--r--actionpack/lib/action_dispatch/routing/url_for.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/url_for.rb b/actionpack/lib/action_dispatch/routing/url_for.rb
index 334ddd5c2f..39ba83fb9a 100644
--- a/actionpack/lib/action_dispatch/routing/url_for.rb
+++ b/actionpack/lib/action_dispatch/routing/url_for.rb
@@ -52,7 +52,7 @@ module ActionDispatch
#
# For convenience reasons, mailers provide a shortcut for ActionController::UrlFor#url_for.
# So within mailers, you only have to type 'url_for' instead of 'ActionController::UrlFor#url_for'
- # in full. However, mailers don't have hostname information, and what's why you'll still
+ # in full. However, mailers don't have hostname information, and that's why you'll still
# have to specify the <tt>:host</tt> argument when generating URLs in mailers.
#
#