Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 9659b51

Browse files
committed
needed to replace the label with a label and input
1 parent 1c4e4e9 commit 9659b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/tutorial/toh-pt1.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ include ../../../../_includes/_util-fns
153153

154154
We want to be able to edit the hero name in a textbox.
155155

156-
Replace the hero name `<label>` with an `<input>` element as shown below:
156+
Refactor the hero name `<label>` with `<label>` and `<input>` elements as shown below:
157157
code-example(format="linenums").
158158
template:`
159159
&lt;h1>{{title}}&lt/h1>

0 commit comments

Comments
 (0)