Skip to content

Commit e659a5c

Browse files
authored
Update extending.md
1 parent 767c7f3 commit e659a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extending.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ So whats in a template? You usually need a couple of things:
9696
Basic template example:
9797
```html
9898
<div> <!-- Surrounding DIV for sfField builder to add a sfField directive to. -->
99-
<label>{{form.title}}</div>
99+
<label>{{form.title}}</label>
100100
<input sf-field-model schema-validate="form" type="text">
101101
<div sf-message="form.description"></div>
102102
</div>

0 commit comments

Comments
 (0)