diff --git a/public/docs/ts/latest/tutorial/toh-pt1.jade b/public/docs/ts/latest/tutorial/toh-pt1.jade index 3d89a3c92d..1a007dcde6 100644 --- a/public/docs/ts/latest/tutorial/toh-pt1.jade +++ b/public/docs/ts/latest/tutorial/toh-pt1.jade @@ -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 {