Skip to content

Commit

Permalink
docs: fix copy/paste erorr in docs (#155)
Browse files Browse the repository at this point in the history
Show Left, Middle, Right instead of Left, Middle, Middle.
  • Loading branch information
st3fan authored Sep 17, 2023
1 parent 7b57081 commit 04c0ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/03-syntax-and-usage/08-template-composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ templ middle() {
}
templ right() {
<div>Middle</div>
<div>Right</div>
}
```

Expand All @@ -30,7 +30,7 @@ templ right() {
Middle
</div>
<div>
Middle
Right
</div>
```

Expand Down

0 comments on commit 04c0ee8

Please sign in to comment.