mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix typo
This commit is contained in:
parent
645f003be7
commit
a4679839ad
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ module ActionMailer #:nodoc:
|
|||
Mail.register_observer(delivery_observer)
|
||||
end
|
||||
|
||||
# Register an Inteceptor which will be called before mail is sent.
|
||||
# Register an Interceptor which will be called before mail is sent.
|
||||
# Either a class or a string can be passed in as the Interceptor. If a string is passed in
|
||||
# it will be <tt>constantize</tt>d.
|
||||
def register_interceptor(interceptor)
|
||||
|
|
Loading…
Reference in a new issue