fixed spelling

This commit is contained in:
John Papa 2015-10-15 21:51:02 -04:00
parent 580b5b198b
commit c75ed72322
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ include ../../../../_includes/_util-fns
Let's convert the `hero` from a literal string to a class.
Create a `Hero` class with `id` and `name` properties.
Keep this near the top of hte `app.ts` file for now.
Keep this near the top of the `app.ts` file for now.
```
class Hero {