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-13 16:22:12 -0700
commita98eca8ba501f0370f4ea115bb750b897785215a (patch)
tree3ff719dffc020f37dadf6b82ce979e1cad39123d /actionmailer/README.rdoc
parentf40723996453470c2b00ff49a25282e0f8bbd691 (diff)
downloadrails-a98eca8ba501f0370f4ea115bb750b897785215a.tar.gz
rails-a98eca8ba501f0370f4ea115bb750b897785215a.tar.bz2
rails-a98eca8ba501f0370f4ea115bb750b897785215a.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