docs(router): Typo

Closes #4152
This commit is contained in:
David Fuka 2015-09-11 21:49:41 -07:00
parent 851b1cf013
commit 255ed69392
1 changed files with 1 additions and 1 deletions

View File

@ -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`.
*/