From 255ed69392812255bb5dbab3053c5ab0f2ab2a6c Mon Sep 17 00:00:00 2001 From: David Fuka Date: Fri, 11 Sep 2015 21:49:41 -0700 Subject: [PATCH] docs(router): Typo Closes #4152 --- modules/angular2/src/router/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/router/router.ts b/modules/angular2/src/router/router.ts index 20a55d287f..4af1f42df5 100644 --- a/modules/angular2/src/router/router.ts +++ b/modules/angular2/src/router/router.ts @@ -37,7 +37,7 @@ let _resolveToFalse = PromiseWrapper.resolve(false); * The router holds reference to a number of {@link RouterOutlet}. * An outlet is a placeholder that the router dynamically fills in depending on the current URL. * - * When the router navigates from a URL, it must first recognizes it and serialize it into an + * When the router navigates from a URL, it must first recognize it and serialize it into an * `Instruction`. * The router uses the `RouteRegistry` to get an `Instruction`. */