From 4ff33a7ad1f1d1f9e1254bb15301bd7b82441d5e Mon Sep 17 00:00:00 2001 From: bluehallu Date: Sun, 24 Jul 2016 20:49:38 +0100 Subject: [PATCH] Fix typo (#1855) --- docs/general/caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/caching.md b/docs/general/caching.md index 7d02568a..c379524f 100644 --- a/docs/general/caching.md +++ b/docs/general/caching.md @@ -17,7 +17,7 @@ The cache support is optimized to use the cached object in multiple request. An cache(options = nil) # options: ```{key, expires_in, compress, force, race_condition_ttl}``` ``` -Take the example bellow: +Take the example below: ```ruby class PostSerializer < ActiveModel::Serializer