From ffc32b4e42754906e5dd29ec3841df3f8406956c Mon Sep 17 00:00:00 2001 From: DeK Date: Thu, 18 Sep 2014 09:37:23 +0200 Subject: [PATCH] docs(guide/migration): fix typo --- 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 97c1eefc..d21ce37f 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -96,7 +96,7 @@ this limitation, use a regular expression object as the value for the expression //after $scope.exp = /abc/i; - **Scope:** due to [8c6a8171](https://github.com/angular/angular.js/commit/8c6a8171f9bdaa5cdabc0cc3f7d3ce10af7b434d), - Scope#$id is now of time number rather than string. Since the + Scope#$id is now of type number rather than string. Since the id is primarily being used for debugging purposes this change should not affect anyone. - **forEach:** due to [55991e33](https://github.com/angular/angular.js/commit/55991e33af6fece07ea347a059da061b76fc95f5),