docs(ts/guide/router): fix typo: crisis-center-component.ts -> crisis-center.component

closes #759
This commit is contained in:
Michel Zimmer 2016-01-27 02:29:51 +01:00 committed by Ward Bell
parent 59dd4b0c2c
commit ba972b67ad
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ code-example(format="." language="bash").
<a id="child-router"></id>
### Child Routing Component
We create a new `app/crisis-center` folder and add `crisis-center-component.ts` to it with the following contents:
We create a new `app/crisis-center` folder and add `crisis-center.component.ts` to it with the following contents:
+makeExample('router/ts/app/crisis-center/crisis-center.component.1.ts', 'minus-imports', 'crisis-center/crisis-center.component.ts (minus imports)')
:marked
The `CrisisCenterComponent` parallels the `AppComponent`.