Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c6a10a7

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

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)