fixed spelling
This commit is contained in:
parent
580b5b198b
commit
c75ed72322
|
@ -81,7 +81,7 @@ include ../../../../_includes/_util-fns
|
||||||
Let's convert the `hero` from a literal string to a class.
|
Let's convert the `hero` from a literal string to a class.
|
||||||
|
|
||||||
Create a `Hero` class with `id` and `name` properties.
|
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 {
|
class Hero {
|
||||||
|
|
Loading…
Reference in New Issue