aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/caching_with_rails.md
diff options
context:
space:
mode:
authorNishant Modak <modak.nishant@gmail.com>2014-07-09 01:32:44 +0530
committerNishant Modak <modak.nishant@gmail.com>2014-07-09 01:32:44 +0530
commitda5ac718859fe7eac599574334431348fc3e4361 (patch)
tree48025c435a16a4e01d044716aeb7bc1ef722a232 /guides/source/caching_with_rails.md
parent590091bc2096103c3ff32e9ddf0196bdee384e7e (diff)
downloadrails-da5ac718859fe7eac599574334431348fc3e4361.tar.gz
rails-da5ac718859fe7eac599574334431348fc3e4361.tar.bz2
rails-da5ac718859fe7eac599574334431348fc3e4361.zip
correct markdown usage [ci skip]
Diffstat (limited to 'guides/source/caching_with_rails.md')
-rw-r--r--guides/source/caching_with_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/caching_with_rails.md b/guides/source/caching_with_rails.md
index 3e39ecdad2..0902e347e2 100644
--- a/guides/source/caching_with_rails.md
+++ b/guides/source/caching_with_rails.md
@@ -185,7 +185,7 @@ end
Cache Stores
------------
-Rails provides different stores for the cached data created by <b>action</b> and <b>fragment</b> caches.
+Rails provides different stores for the cached data created by **action** and **fragment** caches.
TIP: Page caches are always stored on disk.