From d6dc97722bac0cfd85f332f5159d4d7e105b7d4d Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Tue, 8 Mar 2016 13:53:01 +0100 Subject: [PATCH] docs(toh5): fix typo closes #930 --- public/docs/ts/latest/tutorial/toh-pt5.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index 13a412d1cf..922c037128 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -518,7 +518,7 @@ figure.image-display :marked ### Format with the *UpperCasePipe* - Notice that the hero's name is displayed in CAPITAL LETERS. That's the effect of the `UpperCasePipe` + Notice that the hero's name is displayed in CAPITAL LETTERS. That's the effect of the `UpperCasePipe` that we slipped into the interpolation binding. Look for it right after the pipe operator, ( | ). +makeExample('toh-5/ts/app/heroes.component.html','pipe')(format=".") :marked