aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorJérémy Lecour <jeremy.lecour@gmail.com>2013-10-31 15:29:16 +0100
committerJérémy Lecour <jeremy.lecour@gmail.com>2013-10-31 15:29:16 +0100
commitcdf74eb5a00ceecfc52f1bc1b37e4a5f0f52452b (patch)
tree14ba4c23948761422624714d6690afd44e594e5f /actionview
parentcc2a9df970763fcf4621da2314a71720e299cf0d (diff)
downloadrails-cdf74eb5a00ceecfc52f1bc1b37e4a5f0f52452b.tar.gz
rails-cdf74eb5a00ceecfc52f1bc1b37e4a5f0f52452b.tar.bz2
rails-cdf74eb5a00ceecfc52f1bc1b37e4a5f0f52452b.zip
Fix typo in the CHANGELOG
Diffstat (limited to 'actionview')
-rw-r--r--actionview/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 59b803d088..4adf1dbd8f 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -37,7 +37,7 @@
*Paul Nikitochkin*
-* Only cache template digests if `config.cache_template_loading` id true.
+* Only cache template digests if `config.cache_template_loading` is true.
*Josh Lauer*, *Justin Ridgewell*