docs(router): fix doc

This commit is contained in:
Igor Minar 2015-07-01 16:34:37 -07:00
parent 8d0d05c65f
commit 2ed251a5db
1 changed files with 1 additions and 1 deletions

View File

@ -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<Instruction> {
var componentRecognizer = this._rules.get(parentComponent);