aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2015-10-06 10:05:29 +0100
committerAndrew White <pixeltrix@users.noreply.github.com>2015-10-06 10:05:29 +0100
commit7a96e629efdd91865309e334d89bdca7c63093df (patch)
tree63a4f281ef80bd32dba6087feedaba0c98d3a4e0
parent74859f5784be628b13db2a12f5683a18028c8e50 (diff)
parentfc0bbe110eb7c5bbcc4dfcd782348182d89ad692 (diff)
downloadrails-7a96e629efdd91865309e334d89bdca7c63093df.tar.gz
rails-7a96e629efdd91865309e334d89bdca7c63093df.tar.bz2
rails-7a96e629efdd91865309e334d89bdca7c63093df.zip
Merge pull request #21879 from abhishekjain16/doc_fix
Fix ActionView changelog documentation [ci skip]
-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*