diff --git a/doc/reference/props.md b/doc/reference/props.md index cc1761ee..a74aa416 100644 --- a/doc/reference/props.md +++ b/doc/reference/props.md @@ -18,7 +18,7 @@ class Child extends Component { } class Parent extends Component { - static template = xml`
`; + static template = xml`
`; static components = { Child }; state = useState({ a: "fromparent" }); }