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:
parent
59cbee059c
commit
2ce3e9e872
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue