From bbcc2126c6a8b8ae368108889f753178f110864c Mon Sep 17 00:00:00 2001 From: Waynn Lue Date: Mon, 15 Apr 2013 16:35:25 -0700 Subject: took out unnecessary wordage, changed "number" to "amount" --- actionmailer/README.rdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actionmailer') 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 -- cgit v1.2.3