From 084fd86f7ebedad1a1e1ae5a8bc3f57e7fc7435b Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sun, 18 Dec 2016 13:24:10 +0000 Subject: [PATCH 1/2] docs(guide/Migrating from Previous Versions): improve grammar in jquery docs --- docs/content/guide/migration.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index 3714583b6003..655393a78f3b 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -88,7 +88,7 @@ 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 jQuery does it. - 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. From 554b19dfd8efaee7af261362a3ebbdf9e72f3137 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sun, 18 Dec 2016 13:28:14 +0000 Subject: [PATCH 2/2] Also remove 'does it' to improve tone --- docs/content/guide/migration.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index 655393a78f3b..46209a88aa9c 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -88,7 +88,7 @@ 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 way as jQuery does it. + - Keys passed to `.data()` and `.css()` are now camelCased in the same way as jQuery. - 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.