From 72444c40a75dce2846f29c596b516f49bb78f53f Mon Sep 17 00:00:00 2001 From: Michael Mrowetz Date: Sun, 6 Dec 2015 17:04:53 +0900 Subject: [PATCH] typo fix: registerPrimaryOutlet description Closes #5648 --- modules/angular2/src/router/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/router/router.ts b/modules/angular2/src/router/router.ts index aec01f52d9..6e2cd1d216 100644 --- a/modules/angular2/src/router/router.ts +++ b/modules/angular2/src/router/router.ts @@ -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. */