site: docs: fix a typo in HTML example in template syntax

pull/2554/head
Vytautas Jakutis 6 years ago committed by Conduitry
parent 6c0aa3b9ef
commit 1f8afcb37e

@ -934,7 +934,7 @@ Named slots allow consumers to target specific areas. They can also have fallbac
<div> <div>
<slot name="header">No header was provided</slot> <slot name="header">No header was provided</slot>
<p>Some content between header and footer</p> <p>Some content between header and footer</p>
</slot name="footer"></slot> <slot name="footer"></slot>
</div> </div>
``` ```

Loading…
Cancel
Save