typo fix: registerPrimaryOutlet description

Closes #5648
This commit is contained in:
Michael Mrowetz 2015-12-06 17:04:53 +09:00 committed by Jeremy Elbourn
parent 214148d58a
commit 72444c40a7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export class Router {
auxRouter(hostComponent: any): Router { return new ChildRouter(this, hostComponent); }
/**
* Register an outlet to notified of primary route changes.
* Register an outlet to be notified of primary route changes.
*
* You probably don't need to use this unless you're writing a reusable component.
*/