diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-10-26 13:04:20 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-10-26 13:04:20 +0000 |
commit | 475bd74168a611cf0aeeda42d464aff1b3dfa806 (patch) | |
tree | 67fbc5854a3387d6efe7a9468734226a69d4ba7b /actionmailer/README | |
parent | 95e8740fdec01b2beb8f6012f9cc38d2c89122eb (diff) | |
download | rails-475bd74168a611cf0aeeda42d464aff1b3dfa806.tar.gz rails-475bd74168a611cf0aeeda42d464aff1b3dfa806.tar.bz2 rails-475bd74168a611cf0aeeda42d464aff1b3dfa806.zip |
Fix docs (closes #2598)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2743 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/README')
-rwxr-xr-x | actionmailer/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/README b/actionmailer/README index 8eb973668e..8c85e1aeb7 100755 --- a/actionmailer/README +++ b/actionmailer/README @@ -1,6 +1,6 @@ = Action Mailer -- Easy email delivery and testing -Action Mailer is framework for designing email-service layers. These layers +Action Mailer is a framework for designing email-service layers. These layers are used to consolidate code for sending out forgotten passwords, welcoming wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. @@ -145,4 +145,4 @@ And as Jim from Rake says: new feature to be submitted in the form of new unit tests. For other information, feel free to ask on the ruby-talk mailing list (which -is mirrored to comp.lang.ruby) or contact mailto:david@loudthinking.com.
\ No newline at end of file +is mirrored to comp.lang.ruby) or contact mailto:david@loudthinking.com. |