From d6bbc4d76d6532a56b294c33a93c8a57c5345477 Mon Sep 17 00:00:00 2001 From: Esteban Gehring Date: Wed, 14 Aug 2019 12:26:41 +0200 Subject: [PATCH] docs(router): fix router description (#32136) PR Close #32136 --- packages/router/src/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).