Skip to content

Commit 75a2c37

Browse files
authored
docs: correct class value in 09-template-composition.md (#288)
1 parent 43545f8 commit 75a2c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/03-syntax-and-usage/09-template-composition.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func main() {
107107
<div id="heading">
108108
<h1>Heading</h1>
109109
</div>
110-
<div id="right">
110+
<div id="contents">
111111
<p>Dynamic contents</p>
112112
</div>
113113
```
@@ -156,7 +156,7 @@ func main() {
156156
<div id="heading">
157157
<h1>Heading</h1>
158158
</div>
159-
<div id="right">
159+
<div id="contents">
160160
<p>Dynamic contents</p>
161161
</div>
162162
```

0 commit comments

Comments
 (0)