docs(toh5): fix typo

closes #930
This commit is contained in:
Foxandxss 2016-03-08 13:53:01 +01:00 committed by Ward Bell
parent 1a8a2d7d90
commit d6dc97722b
1 changed files with 1 additions and 1 deletions

View File

@ -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