Skip to content

Commit 66c1afb

Browse files
jakeparischrisvfritz
authored andcommitted
Fixed slash going in wrong direction (vuejs#482)
1 parent bcc4d06 commit 66c1afb

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)