mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #24025 from mechanicles/a-to-an
Change 'a HTML' to 'an HTML' [ci skip]
This commit is contained in:
commit
4328e4b593
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'base64'
|
|||
module ActionMailer
|
||||
# Implements a mailer preview interceptor that converts image tag src attributes
|
||||
# that use inline cid: style urls to data: style urls so that they are visible
|
||||
# when previewing a HTML email in a web browser.
|
||||
# when previewing an HTML email in a web browser.
|
||||
#
|
||||
# This interceptor is enabled by default. To disable it, delete it from the
|
||||
# <tt>ActionMailer::Base.preview_interceptors</tt> array:
|
||||
|
|
Loading…
Reference in a new issue