aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorT.J. Schuck <tj@tjschuck.com>2018-04-02 19:55:08 -0400
committerT.J. Schuck <tj@tjschuck.com>2018-04-02 19:55:08 -0400
commit0ef8221910da7552ffff72969de7a720b0e28ddf (patch)
treed4069a45e6db44f7f9d017c77e7948977cff77c8 /actionpack
parent9facd9a9039d9f9697c78ddb57c6685cb27e78ea (diff)
downloadrails-0ef8221910da7552ffff72969de7a720b0e28ddf.tar.gz
rails-0ef8221910da7552ffff72969de7a720b0e28ddf.tar.bz2
rails-0ef8221910da7552ffff72969de7a720b0e28ddf.zip
Small doc fixes
[ci skip]
Diffstat (limited to 'actionpack')
-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 865d10f886..1a31c7dbb8 100644
--- a/actionpack/lib/action_dispatch/routing/url_for.rb
+++ b/actionpack/lib/action_dispatch/routing/url_for.rb
@@ -204,7 +204,7 @@ module ActionDispatch
# end
#
# This maintains the context of the original caller on
- # whether to return a path or full url, e.g:
+ # whether to return a path or full URL, e.g:
#
# threadable_path(threadable) # => "/buckets/1"
# threadable_url(threadable) # => "http://example.com/buckets/1"