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

pull/7738/head
Vytautas Jakutis 7 years ago committed by Conduitry
parent b085ea374e
commit ad79c53f8f

@ -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