aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-19 10:51:20 -0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-19 10:51:20 -0800
commit33566770ee9179f23a36651e584f78e44c731798 (patch)
treef912351a84020dab3e78e8df32e11247a6f6509e /guides
parenta3b1105ada3da64acfa3843b164b14b734456a50 (diff)
parent729f45a209ab3c8d22a0cd990fbe3c16fcbeb2f4 (diff)
downloadrails-33566770ee9179f23a36651e584f78e44c731798.tar.gz
rails-33566770ee9179f23a36651e584f78e44c731798.tar.bz2
rails-33566770ee9179f23a36651e584f78e44c731798.zip
Merge pull request #13408 from JuanitoFatas/remove-tt
Remove <tt> tag in 4_1_release notes. [ci skip].
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_1_release_notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md
index 5c621d0a1b..40ab1a1d33 100644
--- a/guides/source/4_1_release_notes.md
+++ b/guides/source/4_1_release_notes.md
@@ -153,8 +153,8 @@ end
The preview is available in http://localhost:3000/rails/mailers/notifier/welcome,
and a list of them in http://localhost:3000/rails/mailers.
-By default, these preview classes live in <tt>test/mailers/previews</tt>.
-This can be configured using the <tt>preview_path</tt> option.
+By default, these preview classes live in `test/mailers/previews`.
+This can be configured using the `preview_path` option.
See its
[documentation](http://api.rubyonrails.org/v4.1.0/classes/ActionMailer/Base.html)