From 478dc71cd4816ddd729337da1b186336a5e33a7c 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 2806531dfa85b..1ee77619b50fa 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