From a2d5ca42debb533bb11d0d5fa58f64dfc1630f3a Mon Sep 17 00:00:00 2001 From: Ayrton De Craene Date: Wed, 23 Oct 2013 11:43:45 +0200 Subject: [PATCH] Update CHANGELOG.md Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67f603f..f870df96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ * Fixed a bug where ActionController wouldn't always have MimeResponds. -* An optinal caching feature allows you to cache JSON & hashes that AMS uses. +* An optional caching feature allows you to cache JSON & hashes that AMS uses. Adding 'cached true' to your Serializers will turn on this cache. * URL helpers used inside of Engines now work properly.