Skip to content

Commit 6a63bed

Browse files
jipekazupon
authored andcommitted
Fix typo: 'is' => 'id' (#757)
1 parent 0cfd655 commit 6a63bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Here's a complete example of a simple todo list:
244244
>
245245
<ul>
246246
<li
247-
is="todo-item"
247+
id="todo-item"
248248
v-for="(todo, index) in todos"
249249
v-bind:title="todo"
250250
v-on:remove="todos.splice(index, 1)"

0 commit comments

Comments
 (0)