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

Commit 3c4a50f

Browse files
docs(reactive-forms): fix one missed el in the example
1 parent 993b59d commit 3c4a50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/reactive-forms/ts/src/app/hero-detail-6.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3><i>PatchValue to initialize a value</i></h3>
3030
</label>
3131
</div>
3232
<div class="form-group radio">
33-
<label>Super power:</label>
33+
<h4>Super power:</h4>
3434
<label class="center-block"><input type="radio" formControlName="power" value="flight">Flight</label>
3535
<label class="center-block"><input type="radio" formControlName="power" value="x-ray vision">X-ray vision</label>
3636
<label class="center-block"><input type="radio" formControlName="power" value="strength">Strength</label>

0 commit comments

Comments
 (0)