docs(guide/migration): improve grammar

Closes #15526
This commit is contained in:
Thomas Grainger
2016-12-18 13:24:10 +00:00
committed by Georgios Kalpakas
parent 4e143fcae3
commit 47b14bf3e3
+2 -1
View File
@@ -88,7 +88,8 @@ commits for more info.
- **jqLite** is more aligned to jQuery 3, which required the following changes
(see [details](guide/migration#migrate1.5to1.6-ng-misc-jqLite) below):
- Keys passed to `.data()` and `.css()` are now camelCased in the same as jQuery does it.
- Keys passed to `.data()` and `.css()` are now camelCased in the same way as the jQuery methods
do.
- Setting boolean attributes to empty string no longer removes the attribute.
- Calling `.val()` on a multiple select will always return an array, even if no option is
selected.