Skip to content

Commit 6532012

Browse files
laisopkozlowski-opensource
authored andcommitted
docs(directives): fix HTML in an example
Closes angular#1115
1 parent c63b316 commit 6532012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/angular2/docs/core/02_directives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ Assume the following DOM structure for `my_app.html`:
322322
<fieldset> |
323323
<field primary></field> |
324324
<field></field> |
325-
</div> |
326-
</fieldset> |
325+
</fieldset> |
326+
</div> |
327327
</form> |
328328
```
329329

0 commit comments

Comments
 (0)