From a2d6ea3a97fb28a4da3d74be20f6fc9868a78012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Rodri=CC=81guez?= Date: Thu, 11 Aug 2016 17:12:15 +0200 Subject: [PATCH] docs(toh): consistency fix closes #2087 --- public/docs/ts/latest/tutorial/toh-pt2.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt2.jade b/public/docs/ts/latest/tutorial/toh-pt2.jade index 75fdf2a293..def3c672af 100644 --- a/public/docs/ts/latest/tutorial/toh-pt2.jade +++ b/public/docs/ts/latest/tutorial/toh-pt2.jade @@ -49,7 +49,7 @@ code-example(language="bash"). :marked ## Displaying Our Heroes ### Creating heroes - Let’s create an array of ten heroes at the bottom of `app.component.ts`. + Let’s create an array of ten heroes. +makeExample('toh-2/ts/app/app.component.ts', 'hero-array', 'app.component.ts (hero array)')