Skip to content

Commit 8d7efd3

Browse files
committed
chore: fix typo
1 parent d3f7669 commit 8d7efd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/src/lib/legacy/router/ns-route-reuse-strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class DetachedStateCache {
4545
while (this.cache.length > 0) {
4646
const state = <any>this.cache.pop().state;
4747
if (!state.componentRef) {
48-
throw new Error('No componentRed found in DetachedRouteHandle');
48+
throw new Error('No componentRef found in DetachedRouteHandle');
4949
}
5050

5151
destroyComponentRef(state.componentRef);

0 commit comments

Comments
 (0)