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

Commit f403925

Browse files
bennycoomansNarretz
authored andcommitted
docs(guide/Migrating from Previous Versions): fix typo "indentifiers"
Closes #15871
1 parent 1e841a8 commit f403925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/migration.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ Due to [b71d7c3f](https://github.com/angular/angular.js/commit/b71d7c3f3c04e65b0
12961296
falsy values (`''`, `0`, `false` and `null`) are properly recognized as option group identifiers for
12971297
options passed to `ngOptions`. Previously, all of these values were ignored and the option was not
12981298
assigned to any group. `undefined` is still interpreted as "no group".
1299-
If you have options with falsy group indentifiers that should still not be assigned to any group,
1299+
If you have options with falsy group identifiers that should still not be assigned to any group,
13001300
then you must filter the values before passing them to `ngOptions`, converting falsy values to
13011301
`undefined`.
13021302

0 commit comments

Comments
 (0)