Skip to content

Commit e4c4ec4

Browse files
jakeparischrisvfritz
authored andcommitted
Fixed slash going in wrong direction (#482)
1 parent 9084984 commit e4c4ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Vue.component('todo-item', {
259259
<li>\
260260
{{ title }}\
261261
<button v-on:click="$emit(\'remove\')">X</button>\
262-
<\li>\
262+
</li>\
263263
',
264264
props: ['title']
265265
})

0 commit comments

Comments
 (0)