aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan <dan@loudbase.com>2018-12-13 18:13:02 -0800
committerGitHub <noreply@github.com>2018-12-13 18:13:02 -0800
commitb2dc442a30303b9c27f3c8a44eed778223bd28ce (patch)
treeb9524f8ef8c38a8ab59d7009755280c5bc0e453e /README.md
parent032769440504a0760ecaf35149bb7786d18da7f8 (diff)
downloadrails-b2dc442a30303b9c27f3c8a44eed778223bd28ce.tar.gz
rails-b2dc442a30303b9c27f3c8a44eed778223bd28ce.tar.bz2
rails-b2dc442a30303b9c27f3c8a44eed778223bd28ce.zip
fix minor typo
https://www.merriam-webster.com/words-at-play/top-10-commonly-confused-words-vol-2
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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