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

Fix typo [ci skip]

This commit is contained in:
Rafael Mendonça França 2014-02-16 21:05:55 -03:00
parent 7c32db180f
commit 99cdad6d9c
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ module ActionMailer
interceptors.flatten.compact.each { |interceptor| register_preview_interceptor(interceptor) }
end
# Register am Interceptor which will be called before mail is previewed.
# Register an Interceptor which will be called before mail is previewed.
# 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_preview_interceptor(interceptor)

View file

@ -763,7 +763,7 @@
* Raise `ActiveRecord::RecordNotDestroyed` when a replaced child
marked with `dependent: destroy` fails to be destroyed.
Fixex #12812.
Fixes #12812.
*Brian Thomas Storti*