1
0
Fork 0
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:
Jon Moss 2016-03-03 09:10:44 -05:00
commit 4328e4b593

View file

@ -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: