From a98eca8ba501f0370f4ea115bb750b897785215a Mon Sep 17 00:00:00 2001 From: Waynn Lue Date: Sat, 30 Jul 2011 18:27:08 -0700 Subject: [PATCH] "blog" is more common than "weblog" these days. --- actionmailer/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab