Make the wording less confusing

This partially reverts commit ac02df5c7827630a91acd9a6b916db9eda1f38b4.

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

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