From b2dc442a30303b9c27f3c8a44eed778223bd28ce Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 13 Dec 2018 18:13:02 -0800 Subject: fix minor typo https://www.merriam-webster.com/words-at-play/top-10-commonly-confused-words-vol-2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33136d47db..47e3b3e1b5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ These inbound emails are routed asynchronously using Active Job to one or severa ## How does this compare to Action Mailer's inbound processing? -Rails has long had an anemic way of [receiving emails using Action Mailer](https://guides.rubyonrails.org/action_mailer_basics.html#receiving-emails), but it was poorly flushed out, lacked cohesion with the task of sending emails, and offered no help on integrating with popular inbound email processing platforms. Action Mailbox supersedes the receiving part of Action Mailer, which will be deprecated in due course. +Rails has long had an anemic way of [receiving emails using Action Mailer](https://guides.rubyonrails.org/action_mailer_basics.html#receiving-emails), but it was poorly fleshed out, lacked cohesion with the task of sending emails, and offered no help on integrating with popular inbound email processing platforms. Action Mailbox supersedes the receiving part of Action Mailer, which will be deprecated in due course. ## Installing -- cgit v1.2.3