X Tutup
Skip to content

Commit 72444c4

Browse files
Michael Mrowetzjelbourn
authored andcommitted
typo fix: registerPrimaryOutlet description
Closes angular#5648
1 parent 214148d commit 72444c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/router/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class Router {
6868
auxRouter(hostComponent: any): Router { return new ChildRouter(this, hostComponent); }
6969

7070
/**
71-
* Register an outlet to notified of primary route changes.
71+
* Register an outlet to be notified of primary route changes.
7272
*
7373
* You probably don't need to use this unless you're writing a reusable component.
7474
*/

0 commit comments

Comments
 (0)
X Tutup