diff --git a/docs/docs/03-syntax-and-usage/08-template-composition.md b/docs/docs/03-syntax-and-usage/08-template-composition.md index 98f6689f9..9e3eb4e6a 100644 --- a/docs/docs/03-syntax-and-usage/08-template-composition.md +++ b/docs/docs/03-syntax-and-usage/08-template-composition.md @@ -18,7 +18,7 @@ templ middle() { } templ right() { -
Middle
+
Right
} ``` @@ -30,7 +30,7 @@ templ right() { Middle
- Middle + Right
```