1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix typo in documentation

This commit is contained in:
Anatoly Makarevich 2012-07-26 22:44:36 +04:00
parent b1d7283b2a
commit 103a31391b
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ module ActionDispatch
super super
end 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 # with `default_url_options`. Application logic should not
# go into url_options. # go into url_options.
def url_options def url_options

View file

@ -78,7 +78,7 @@ module ActiveSupport
private private
# A hook invoked everytime a before callback is halted. # A hook invoked everytime a before callback is halted.
# This can be overriden in AS::Callback implementors in order # This can be overridden in AS::Callback implementors in order
# to provide better debugging/logging. # to provide better debugging/logging.
def halted_callback_hook(filter) def halted_callback_hook(filter)
end end