mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(change_detection): fix typo(ChangeDetectorStatus enum comment CheckedOnce -> CheckOnce) (#12683)
This commit is contained in:
parent
4aaae3eada
commit
69f006cd89
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue