aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-02-13 09:39:34 -0500
committerJon Moss <maclover7@users.noreply.github.com>2016-02-13 09:39:34 -0500
commit4e80c12de3058eafd6c4f209bc78d9e3f6e26a0f (patch)
tree8a6067dade5901889c72d35c2679be56595851f2 /actionview
parent3974edb9ceff244e813358483a036d12578f7cca (diff)
parent1335959135b908c284e4d7179e9d8c1261f0ee95 (diff)
downloadrails-4e80c12de3058eafd6c4f209bc78d9e3f6e26a0f.tar.gz
rails-4e80c12de3058eafd6c4f209bc78d9e3f6e26a0f.tar.bz2
rails-4e80c12de3058eafd6c4f209bc78d9e3f6e26a0f.zip
Merge pull request #23654 from kamipo/fix_grammar_a_to_an
Fix grammar `a` to `an` [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 256b90784a..bebe78c360 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -68,7 +68,7 @@
*Vasiliy Ermolovich*
-* Add a `hidden_field` on the `collection_radio_buttons` to avoid raising a error
+* Add a `hidden_field` on the `collection_radio_buttons` to avoid raising an error
when the only input on the form is the `collection_radio_buttons`.
*Mauro George*