From d5109262b69cd8a7e4376a2f4f6ff4e4050fd4f9 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Mon, 27 Mar 2017 16:06:44 +0100 Subject: [PATCH] fix(tutorial/3): fix incorrect indentation (#3429) --- public/docs/ts/latest/tutorial/toh-pt3.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt3.jade b/public/docs/ts/latest/tutorial/toh-pt3.jade index 8934ab49de..8b0915d230 100644 --- a/public/docs/ts/latest/tutorial/toh-pt3.jade +++ b/public/docs/ts/latest/tutorial/toh-pt3.jade @@ -128,7 +128,7 @@ a#selector Read more about _input_ properties in the [Attribute Directives](../guide/attribute-directives.html#why-input) page. - :marked +:marked That's it. The `hero` property is the only thing in the `HeroDetailComponent` class. +makeExample('toh-3/ts/src/app/hero-detail.component.ts', 'class')(format='.') :marked