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

Spelling fix [ci skip]

This commit is contained in:
George Millo 2014-12-18 13:32:06 +00:00
parent 59cbee059c
commit 2ce3e9e872

View file

@ -235,8 +235,8 @@ mail = Notifier.notify(user, ...) # Notifier#notify is not yet called at this po
mail = mail.deliver_now # Prints "Called"
```
This should not result in any noticible differnces for most applications.
However, if you need some non-mailer methods to be exectuted synchronously, and
This should not result in any noticeable differences for most applications.
However, if you need some non-mailer methods to be executed synchronously, and
you were previously relying on the synchronous proxying behavior, you should
define them as class methods on the mailer class directly: