aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/README.rdoc
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2011-04-03 16:59:37 +0900
committerAkira Matsuda <ronnie@dio.jp>2011-04-03 16:59:37 +0900
commit9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b (patch)
treef78ef9658c3070b1e5ab25aa88f4352e6794767f /actionmailer/README.rdoc
parentbd3cdeea354ebff97b0d5102a0857ce85eedcfa4 (diff)
downloadrails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.tar.gz
rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.tar.bz2
rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.zip
s/ERb/ERB/g (part II)
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 0fa18d751b..14d20bb08d 100644
--- a/actionmailer/README.rdoc
+++ b/actionmailer/README.rdoc
@@ -32,7 +32,7 @@ This can be as simple as:
end
The body of the email is created by using an Action View template (regular
-ERb) that has the instance variables that are declared in the mailer action.
+ERB) that has the instance variables that are declared in the mailer action.
So the corresponding body template for the method above could look like this: