aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorGeorge Millo <georgejulianmillo@gmail.com>2016-06-23 14:10:53 +0200
committerGitHub <noreply@github.com>2016-06-23 14:10:53 +0200
commit84159963179a7d41481700f3e218e84b005e701b (patch)
tree22f938ab9980f67e28664b44cbe38384463bc612 /actionview
parentabec128cb501023f1b2d0327139b5cb0b670b5f1 (diff)
downloadrails-84159963179a7d41481700f3e218e84b005e701b.tar.gz
rails-84159963179a7d41481700f3e218e84b005e701b.tar.bz2
rails-84159963179a7d41481700f3e218e84b005e701b.zip
English fix
--skip-ci
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 432e22ad1b..099842025c 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -18,7 +18,7 @@
*Eileen M. Uchitelle*
* `select_tag`'s `include_blank` option for generation for blank option tag, now adds an empty space label,
- when the value as well as content for option tag are empty, so that we confirm with html specification.
+ when the value as well as content for option tag are empty, so that we conform with html specification.
Ref: https://www.w3.org/TR/html5/forms.html#the-option-element.
Generation of option before: