Change 'a HTML' to 'an HTML' [ci skip]

This commit is contained in:
Santosh Wadghule 2016-03-03 19:31:32 +05:30
parent 2c53e27992
commit 136f17458b
1 changed files with 1 additions and 1 deletions

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: