docs(change_detection): fix typo(ChangeDetectorStatus enum comment CheckedOnce -> CheckOnce) (#12683)

This commit is contained in:
gaohailang 2016-11-04 02:23:20 +08:00 committed by vikerman
parent 4aaae3eada
commit 69f006cd89
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export enum ChangeDetectionStrategy {
*/ */
export enum ChangeDetectorStatus { export enum ChangeDetectorStatus {
/** /**
* `CheckedOnce` means that after calling detectChanges the mode of the change detector * `CheckOnce` means that after calling detectChanges the mode of the change detector
* will become `Checked`. * will become `Checked`.
*/ */
CheckOnce, CheckOnce,