diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2015-01-14 12:06:06 +0100 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2015-01-14 12:06:06 +0100 |
commit | cc4a83f655f79a566e0bbe2c658c0472e1619d79 (patch) | |
tree | ee77e5612656123cdef9c4077f66777099aef97f | |
parent | 7ba24831d7f809d54e88607db8f7d21780efbdfb (diff) | |
parent | 6ff026a1cdad6166bf2771ea24b7fa0f6a61e565 (diff) | |
download | rails-cc4a83f655f79a566e0bbe2c658c0472e1619d79.tar.gz rails-cc4a83f655f79a566e0bbe2c658c0472e1619d79.tar.bz2 rails-cc4a83f655f79a566e0bbe2c658c0472e1619d79.zip |
Merge pull request #18509 from prathamesh-sonpatki/cg-typo
Fix typo in ActionView CHANGELOG [ci skip]
-rw-r--r-- | actionview/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index ab3cb7eb19..a63eced6ab 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -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* |