diff options
author | Anatoly Makarevich <makaroni4@gmail.com> | 2012-07-26 22:44:36 +0400 |
---|---|---|
committer | Anatoly Makarevich <makaroni4@gmail.com> | 2012-07-26 22:44:36 +0400 |
commit | 103a31391b50e930b6cded6e73f721d0b4868697 (patch) | |
tree | ec6d8d2bb935720f678e36c24bff2571af9c9f15 /actionpack | |
parent | b1d7283b2ac6763973e1a64475fc1c279cec8775 (diff) | |
download | rails-103a31391b50e930b6cded6e73f721d0b4868697.tar.gz rails-103a31391b50e930b6cded6e73f721d0b4868697.tar.bz2 rails-103a31391b50e930b6cded6e73f721d0b4868697.zip |
fix typo in documentation
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/url_for.rb | 2 |
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 fd3bed7e8f..f4c708ea33 100644 --- a/actionpack/lib/action_dispatch/routing/url_for.rb +++ b/actionpack/lib/action_dispatch/routing/url_for.rb @@ -102,7 +102,7 @@ module ActionDispatch super end - # Hook overriden in controller to add request information + # Hook overridden in controller to add request information # with `default_url_options`. Application logic should not # go into url_options. def url_options |