diff options
author | Waynn Lue <WLGades@gmail.com> | 2013-04-15 16:35:25 -0700 |
---|---|---|
committer | Waynn Lue <WLGades@gmail.com> | 2013-04-15 16:35:25 -0700 |
commit | bbcc2126c6a8b8ae368108889f753178f110864c (patch) | |
tree | cf0dd9ce03f7611536ad345260348b60b3a44fc0 | |
parent | ffde34d51075e584658b5d492a9d2b101c5633b7 (diff) | |
download | rails-bbcc2126c6a8b8ae368108889f753178f110864c.tar.gz rails-bbcc2126c6a8b8ae368108889f753178f110864c.tar.bz2 rails-bbcc2126c6a8b8ae368108889f753178f110864c.zip |
took out unnecessary wordage, changed "number" to "amount"
-rw-r--r-- | actionmailer/README.rdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 4d78d6142a..ffd2217d58 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -119,8 +119,7 @@ trivial case like this: rails runner 'Mailman.receive(STDIN.read)' However, invoking Rails in the runner for each mail to be received is very resource intensive. A single -instance of Rails should be run within a daemon, if it is going to be utilized to process more than just -a limited number of email. +instance of Rails should be run within a daemon, if it is going to process more than just a limited amount of email. == Configuration |