aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorAbhishek Jain <abhishek.jain@vinsol.com>2015-10-06 12:45:19 +0530
committerAbhishek Jain <abhishek.jain@vinsol.com>2015-10-06 12:45:19 +0530
commitfc0bbe110eb7c5bbcc4dfcd782348182d89ad692 (patch)
tree50c03d75296cb9ef618aaf1543f408055bd74c5b /actionview
parent31eb88c71d044833064c9d6cd3f79711f938ed84 (diff)
downloadrails-fc0bbe110eb7c5bbcc4dfcd782348182d89ad692.tar.gz
rails-fc0bbe110eb7c5bbcc4dfcd782348182d89ad692.tar.bz2
rails-fc0bbe110eb7c5bbcc4dfcd782348182d89ad692.zip
Fix ActionView changelog documentation [ci skip]
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 82a88952c3..b27c0a29c6 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -189,7 +189,7 @@
*Nikolay Shebanov*
-* Add a `hidden_field` on the `file_field` to avoid raise a error when the only
+* Add a `hidden_field` on the `file_field` to avoid raising an error when the only
input on the form is the `file_field`.
*Mauro George*