From 89ec197434bc6c358f6284bab5a021352757e709 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sun, 18 Dec 2016 13:24:10 +0000 Subject: [PATCH] docs(guide/Migrating from Previous Versions): improve grammar in jquery docs --- docs/content/guide/migration.ngdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index 3714583b6003..a8a90ad47291 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -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.