Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ffc32b4

Browse files
nofatclipsbtford
authored andcommitted
docs(guide/migration): fix typo
1 parent 80b0909 commit ffc32b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/content/guide/migration.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ this limitation, use a regular expression object as the value for the expression
9696
//after
9797
$scope.exp = /abc/i;
9898
- **Scope:** due to [8c6a8171](https://github.com/angular/angular.js/commit/8c6a8171f9bdaa5cdabc0cc3f7d3ce10af7b434d),
99-
Scope#$id is now of time number rather than string. Since the
99+
Scope#$id is now of type number rather than string. Since the
100100
id is primarily being used for debugging purposes this change should not affect
101101
anyone.
102102
- **forEach:** due to [55991e33](https://github.com/angular/angular.js/commit/55991e33af6fece07ea347a059da061b76fc95f5),

0 commit comments

Comments
 (0)