aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-08-10 09:32:22 +0530
committerVipul A M <vipulnsward@gmail.com>2016-08-10 09:33:13 +0530
commit8b984161d62d2a5167b3a94e2ffd9873b52ee0f6 (patch)
tree5d1a8071975ee0d9062139b59911fad38a0da1e3 /actionview/CHANGELOG.md
parent92e20f398e3dbe8130f8d764701a195c14653e66 (diff)
downloadrails-8b984161d62d2a5167b3a94e2ffd9873b52ee0f6.tar.gz
rails-8b984161d62d2a5167b3a94e2ffd9873b52ee0f6.tar.bz2
rails-8b984161d62d2a5167b3a94e2ffd9873b52ee0f6.zip
Pass over changelogs [ci skip]
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 567e77f101..8bd4e1e56c 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -61,7 +61,7 @@
* Change `datetime_field` and `datetime_field_tag` to generate `datetime-local` fields.
As a new specification of the HTML 5 the text field type `datetime` will no longer exist
- and it is recomended to use `datetime-local`.
+ and it is recommended to use `datetime-local`.
Ref: https://html.spec.whatwg.org/multipage/forms.html#local-date-and-time-state-(type=datetime-local)
*Herminio Torres*