aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Claghorn <george.claghorn@gmail.com>2018-12-13 21:15:19 -0500
committerGitHub <noreply@github.com>2018-12-13 21:15:19 -0500
commitaf7d237002aca9667f28923f7181db7cb5e51460 (patch)
treeb9524f8ef8c38a8ab59d7009755280c5bc0e453e
parent032769440504a0760ecaf35149bb7786d18da7f8 (diff)
parentb2dc442a30303b9c27f3c8a44eed778223bd28ce (diff)
downloadrails-af7d237002aca9667f28923f7181db7cb5e51460.tar.gz
rails-af7d237002aca9667f28923f7181db7cb5e51460.tar.bz2
rails-af7d237002aca9667f28923f7181db7cb5e51460.zip
Merge pull request #2 from panckreous/patch-1
fix minor typo
-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