diff --git a/public/docs/ts/latest/tutorial/toh-pt1.jade b/public/docs/ts/latest/tutorial/toh-pt1.jade
index 4de4b2a06d..3530215e98 100644
--- a/public/docs/ts/latest/tutorial/toh-pt1.jade
+++ b/public/docs/ts/latest/tutorial/toh-pt1.jade
@@ -186,7 +186,7 @@ include ../../../../_includes/_util-fns
Replace the `` with the following HTML
```
-
+
```
Unfortunately, that change broke our application and we're no longer displaying the hero in the browser.
Let’s fix that next.
@@ -290,7 +290,7 @@ include ../../../../_includes/_util-fns
<div><label>id: </label>{{hero.id}}</div>
<div>
<label>name: </label>
- <div><input value="{{hero.name}}" placeholder="name"></input></div>
+ <div><input value="{{hero.name}}" placeholder="name"></div>
</div>
`,
directives: [FORM_DIRECTIVES]