From 22f152eb4d57fdab9bc4129ae01c9e2a1f6fb0ea 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 --- 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)')