Skip to content

Commit cf52284

Browse files
itamarkalxhub
authored andcommitted
docs(changelog): fix typo AplicationRef => ApplicationRef (angular#13284)
docs(changelog): fix typo AplicationRef => ApplicationRef
1 parent 4a09c81 commit cf52284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ prefix using `animate-` must now be preixed using `bind-animate-`.
926926
* core:
927927
- `ApplicationRef.dispose` is deprecated. Destroy the module that was
928928
created during bootstrap instead by calling `NgModuleRef.destroy`.
929-
- `AplicationRef.registerDisposeListener` is deprecated.
929+
- `ApplicationRef.registerDisposeListener` is deprecated.
930930
Use the `ngOnDestroy` lifecycle hook for providers or
931931
`NgModuleRef.onDestroy` instead.
932932
- `disposePlatform` is deprecated. Use `destroyPlatform` instead.

0 commit comments

Comments
 (0)