Skip to content

Commit

Permalink
Typo fix (#12)
Browse files Browse the repository at this point in the history
galchenkov authored and yyx990803 committed Feb 7, 2019
1 parent 063ea9a commit f38a8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active-rfcs/0001-new-slot-syntax.md
Original file line number Diff line number Diff line change
@@ -273,7 +273,7 @@ Let's review whether this proposal achieves our goals outlined above:

<template v-slot:two="{ msg }">
<div>
element slot: {{ two }}
element slot: {{ msg }}
</div>
</template>
</foo>

0 comments on commit f38a8f2

Please sign in to comment.