From ba972b67ade63af637e4f25156ad6371ca717b66 Mon Sep 17 00:00:00 2001 From: Michel Zimmer Date: Wed, 27 Jan 2016 02:29:51 +0100 Subject: [PATCH] docs(ts/guide/router): fix typo: crisis-center-component.ts -> crisis-center.component closes #759 --- public/docs/ts/latest/guide/router.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 5abfc0ae24..85adbfb3f3 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -752,7 +752,7 @@ code-example(format="." language="bash"). ### 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`.