Skip to content

Commit ea5356a

Browse files
Pacoupchrisvfritz
authored andcommitted
Align Range v-for HTML sample with actual result (vuejs#904)
1 parent 84a65b1 commit ea5356a

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
@@ -196,7 +196,7 @@ And another for the index:
196196

197197
``` html
198198
<div>
199-
<span v-for="n in 10">{{ n }}</span>
199+
<span v-for="n in 10">{{ n }} </span>
200200
</div>
201201
```
202202

0 commit comments

Comments
 (0)