aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-06-23 09:27:11 -0400
committerGitHub <noreply@github.com>2016-06-23 09:27:11 -0400
commit2bbd402d31863dead88d561de9c6482cf95f2dfc (patch)
tree22f938ab9980f67e28664b44cbe38384463bc612
parentabec128cb501023f1b2d0327139b5cb0b670b5f1 (diff)
parent84159963179a7d41481700f3e218e84b005e701b (diff)
downloadrails-2bbd402d31863dead88d561de9c6482cf95f2dfc.tar.gz
rails-2bbd402d31863dead88d561de9c6482cf95f2dfc.tar.bz2
rails-2bbd402d31863dead88d561de9c6482cf95f2dfc.zip
Merge pull request #25485 from georgemillo/patch-1
English fix
-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: