docs(toh): consistency fix

closes #2087
This commit is contained in:
Jesús Rodríguez 2016-08-11 17:12:15 +02:00 committed by Ward Bell
parent 917bf6f603
commit a2d6ea3a97
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ code-example(language="bash").
:marked
## Displaying Our Heroes
### Creating heroes
Lets create an array of ten heroes at the bottom of `app.component.ts`.
Lets create an array of ten heroes.
+makeExample('toh-2/ts/app/app.component.ts', 'hero-array', 'app.component.ts (hero array)')