提交 103a3139 编写于 作者: A Anatoly Makarevich

fix typo in documentation

上级 b1d7283b
...@@ -102,7 +102,7 @@ def initialize(*) ...@@ -102,7 +102,7 @@ def initialize(*)
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
......
...@@ -78,7 +78,7 @@ def run_callbacks(kind, &block) ...@@ -78,7 +78,7 @@ def run_callbacks(kind, &block)
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册