Skip to content

Commit f17f32c

Browse files
atscottamishne
authored andcommitted
docs(router): Fix method name for retrieving stored handles
method name was documented incorrectly. this fixes the name
1 parent ded5a0e commit f17f32c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/router/src/provide_router.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,8 @@ export type ExperimentalAutoCleanupInjectorsFeature =
750750
*
751751
* This feature is opt-in and requires `RouteReuseStrategy.shouldDestroyInjector` to return `true`
752752
* for the routes that should be destroyed. If the `RouteReuseStrategy` uses stored handles, it
753-
* should also implement `retrieveStoredHandle` to ensure we don't destroy injectors for handles that will be reattached.
753+
* should also implement `retrieveStoredRouteHandles` to ensure injectors for handles that will be
754+
* reattached are not destroyed.
754755
*
755756
* @experimental 21.1
756757
*/

0 commit comments

Comments
 (0)