Skip to content

Commit

Permalink
docs: correct class value in 09-template-composition.md (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
andradei authored Nov 7, 2023
1 parent 43545f8 commit 75a2c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/03-syntax-and-usage/09-template-composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func main() {
<div id="heading">
<h1>Heading</h1>
</div>
<div id="right">
<div id="contents">
<p>Dynamic contents</p>
</div>
```
Expand Down Expand Up @@ -156,7 +156,7 @@ func main() {
<div id="heading">
<h1>Heading</h1>
</div>
<div id="right">
<div id="contents">
<p>Dynamic contents</p>
</div>
```

0 comments on commit 75a2c37

Please sign in to comment.