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);