Skip to content

Commit 39806e1

Browse files
MitchellBouwmankarol-f
authored andcommittedDec 3, 2020
typo fix
1 parent 69bbeb5 commit 39806e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎demo/components/DemoSlots-docs.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="demo-card">
66
<demo-slots>
7-
<span vue-slot="header">Heder slot passed from outside</span>
7+
<span vue-slot="header">Header slot passed from outside</span>
88
<span>Default slot</span>
99
<template slot id="footer">
1010
<h4>Template Footer Slot</h4>

0 commit comments

Comments
 (0)
Please sign in to comment.