Skip to content

Commit ff44c33

Browse files
Fix it's -> its
1 parent 8cc4159 commit ff44c33

File tree

1 file changed

+1
-1
lines changed
  • actionmailer/lib/action_mailer

1 file changed

+1
-1
lines changed

actionmailer/lib/action_mailer/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def mailer_name
497497
# headers 'X-Special-Domain-Specific-Header' => "SecretValue",
498498
# 'In-Reply-To' => incoming.message_id
499499
#
500-
# The resulting Mail::Message will have the following in it's header:
500+
# The resulting Mail::Message will have the following in its header:
501501
#
502502
# X-Special-Domain-Specific-Header: SecretValue
503503
def headers(args=nil)

0 commit comments

Comments
 (0)