diff --git a/packages/router/src/router.ts b/packages/router/src/router.ts index 6bfe688915..f617edd39f 100644 --- a/packages/router/src/router.ts +++ b/packages/router/src/router.ts @@ -279,7 +279,7 @@ function defaultRouterHook(snapshot: RouterStateSnapshot, runExtras: { /** * @description * - * An NgModule that provides navigation and URL manipulation capabilities. + * A service that provides navigation and URL manipulation capabilities. * * @see `Route`. * @see [Routing and Navigation Guide](guide/router).