Skip to content

Commit 038eabe

Browse files
Huc ArnaudNarretz
Huc Arnaud
authored andcommitted
docs(error/tplrt): add missing ' in example code
Missing a ' @ line 46 class='wrapper' Closes angular#14258
1 parent 25bac4e commit 038eabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/error/$compile/tplrt.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ well. Consider the following template:
4343

4444
```
4545
<div class='container'>
46-
<div class='wrapper>
46+
<div class='wrapper'>
4747
...
4848
</div> <!-- wrapper -->
4949
</div> <!-- container -->

0 commit comments

Comments
 (0)