From 2ed251a5dbaa2081ea931e116a662455b6f77eb7 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 1 Jul 2015 16:34:37 -0700 Subject: [PATCH] docs(router): fix doc --- modules/angular2/src/router/route_registry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/router/route_registry.ts b/modules/angular2/src/router/route_registry.ts index 976903469b..757e751631 100644 --- a/modules/angular2/src/router/route_registry.ts +++ b/modules/angular2/src/router/route_registry.ts @@ -95,7 +95,7 @@ export class RouteRegistry { /** * Given a URL and a parent component, return the most specific instruction for navigating - * the application into the state specified by the + * the application into the state specified by the url */ recognize(url: string, parentComponent): Promise { var componentRecognizer = this._rules.get(parentComponent);