aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionmailer/lib/action_mailer/parameterized.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/parameterized.rb b/actionmailer/lib/action_mailer/parameterized.rb
index dadb074c47..a0a5db7427 100644
--- a/actionmailer/lib/action_mailer/parameterized.rb
+++ b/actionmailer/lib/action_mailer/parameterized.rb
@@ -1,5 +1,6 @@
module ActionMailer
- # Provides the option to parameterize mailers in other to share ivar setup, processing, and common headers.
+ # Provides the option to parameterize mailers in order to share instance variable
+ # setup, processing, and common headers.
#
# Consider this example that does not use parameterization:
#