We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214148d commit 72444c4Copy full SHA for 72444c4
modules/angular2/src/router/router.ts
@@ -68,7 +68,7 @@ export class Router {
68
auxRouter(hostComponent: any): Router { return new ChildRouter(this, hostComponent); }
69
70
/**
71
- * Register an outlet to notified of primary route changes.
+ * Register an outlet to be notified of primary route changes.
72
*
73
* You probably don't need to use this unless you're writing a reusable component.
74
*/
0 commit comments