Merge pull request #18509 from prathamesh-sonpatki/cg-typo

Fix typo in ActionView CHANGELOG [ci skip]
This commit is contained in:
Robin Dupret 2015-01-14 12:06:06 +01:00
commit cc4a83f655

@ -1,6 +1,6 @@
* Change the default template handler from `ERB` to `Raw`.
Files without a template handler in their extension will be rended using the raw
Files without a template handler in their extension will be rendered using the raw
handler instead of ERB.
*Rafael Mendonça França*