Skip to content

Commit e6154ba

Browse files
authored
chore: fix typo in how-change-detection-works-in-angular-projects.md (#23)
1 parent 766c6f3 commit e6154ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fundamentals/how-change-detection-works-in-angular-projects.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ contributors: Jia Li
1414
- Differs
1515
- Change detection strategies
1616
- Default change detection (relies on Zone.js)
17-
- On push change detection (skip dirty checkong unless input property
17+
- On push change detection (skip dirty checking unless input property
1818
references change)
1919
- Manual change detection
2020
- `ngDoCheck` vs. `ngOnChanges`

0 commit comments

Comments
 (0)