aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
diff options
context:
space:
mode:
authorYuutetu <yuutetu@gmail.com>2014-10-16 08:50:45 +0900
committerYuutetu <yuutetu@gmail.com>2014-10-16 08:50:45 +0900
commit5a10b417cde921acd6cef981f25fddc2983b7b71 (patch)
tree6b21b75d5ded741e907f04fe5777ff5d44c42735 /actionpack/lib/action_dispatch/routing/mapper.rb
parentd01fa1be3148ba45de6135ba98b4bb369d58addd (diff)
downloadrails-5a10b417cde921acd6cef981f25fddc2983b7b71.tar.gz
rails-5a10b417cde921acd6cef981f25fddc2983b7b71.tar.bz2
rails-5a10b417cde921acd6cef981f25fddc2983b7b71.zip
Fix typo in actionpack/lib/action_dispatch/routing/mapper.rb
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/mapper.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index fc28740828..a121fef663 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -434,7 +434,7 @@ module ActionDispatch
#
# Because requesting various HTTP verbs with a single action has security
# implications, you must either specify the actions in
- # the via options or use one of the HtttpHelpers[rdoc-ref:HttpHelpers]
+ # the via options or use one of the HttpHelpers[rdoc-ref:HttpHelpers]
# instead +match+
#
# === Options