aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/README.rdoc
diff options
context:
space:
mode:
authorWaynn Lue <WLGades@gmail.com>2011-07-30 18:27:08 -0700
committerXavier Noria <fxn@hashref.com>2011-08-04 16:41:28 -0700
commit384ac3eca731ea4c8da9b3e06ae29e98bf889409 (patch)
tree8decede421abcf7ff70d60d767805a8ef7402e9c /actionmailer/README.rdoc
parentfe6b967aea0c562a5bcae54225dbce29013991b9 (diff)
downloadrails-384ac3eca731ea4c8da9b3e06ae29e98bf889409.tar.gz
rails-384ac3eca731ea4c8da9b3e06ae29e98bf889409.tar.bz2
rails-384ac3eca731ea4c8da9b3e06ae29e98bf889409.zip
"blog" is more common than "weblog" these days.
Diffstat (limited to 'actionmailer/README.rdoc')
-rw-r--r--actionmailer/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc
index 63e3893316..de4740b2ed 100644
--- a/actionmailer/README.rdoc
+++ b/actionmailer/README.rdoc
@@ -10,7 +10,7 @@ Mail gem. It provides a way to make emails using templates in the same
way that Action Controller renders views using templates.
Additionally, an Action Mailer class can be used to process incoming email,
-such as allowing a weblog to accept new posts from an email (which could even
+such as allowing a blog to accept new posts from an email (which could even
have been sent from a phone).
== Sending emails