Make the wording less confusing

This partially reverts commit ac02df5c78.

[ci skip]
This commit is contained in:
Rafael Mendonça França 2015-05-29 15:19:17 -03:00
parent 754ca9709d
commit b42d770b3b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module ActionMailer
# that use inline cid: style urls to data: style urls so that they are visible
# when previewing a HTML email in a web browser.
#
# This interceptor is enabled by default, to remove it from the
# This interceptor is enabled by default. To disable it, delete it from the
# <tt>ActionMailer::Base.preview_interceptors</tt> array:
#
# ActionMailer::Base.preview_interceptors.delete(ActionMailer::InlinePreviewInterceptor)