docs: typo in RedirectFunction description (#55653)

PR Close #55653
This commit is contained in:
cexbrayat 2024-05-03 12:18:02 +02:00 committed by Andrew Kushnir
parent 23f914f101
commit 3b2dbf5a65

View file

@ -284,7 +284,7 @@ export type LoadChildren = LoadChildrenCallback;
export type QueryParamsHandling = 'merge' | 'preserve' | '';
/**
* The type for the function that returns a used to handle redirects when the path matches a `Route` config.
* The type for the function that can be used to handle redirects when the path matches a `Route` config.
*
* The `RedirectFunction` does have access to the full
* `ActivatedRouteSnapshot` interface. Some data are not accurately known