aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/README.rdoc
diff options
context:
space:
mode:
authorWaynn Lue <WLGades@gmail.com>2013-04-15 16:35:25 -0700
committerWaynn Lue <WLGades@gmail.com>2013-04-15 16:35:25 -0700
commitbbcc2126c6a8b8ae368108889f753178f110864c (patch)
treecf0dd9ce03f7611536ad345260348b60b3a44fc0 /actionmailer/README.rdoc
parentffde34d51075e584658b5d492a9d2b101c5633b7 (diff)
downloadrails-bbcc2126c6a8b8ae368108889f753178f110864c.tar.gz
rails-bbcc2126c6a8b8ae368108889f753178f110864c.tar.bz2
rails-bbcc2126c6a8b8ae368108889f753178f110864c.zip
took out unnecessary wordage, changed "number" to "amount"
Diffstat (limited to 'actionmailer/README.rdoc')
-rw-r--r--actionmailer/README.rdoc3
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