docs(change_detection): fix typo(ChangeDetectorStatus enum comment CheckedOnce -> CheckOnce) (#12683)
This commit is contained in:
parent
4aaae3eada
commit
69f006cd89
|
@ -30,7 +30,7 @@ export enum ChangeDetectionStrategy {
|
|||
*/
|
||||
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`.
|
||||
*/
|
||||
CheckOnce,
|
||||
|
|
Loading…
Reference in New Issue