Skip to content

Commit 2ce1805

Browse files
authored
chore: typo (vuejs#1393)
1 parent bbc8531 commit 2ce1805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ When using `<template v-for>`, the `key` should be placed on the `<template>` co
268268
```
269269

270270
:::tip Note
271-
`key` here is a special attribute being bonund with `v-bind`. It should not be confused with the property key variable when [using `v-for` with an object](#v-for-with-an-object).
271+
`key` here is a special attribute being bound with `v-bind`. It should not be confused with the property key variable when [using `v-for` with an object](#v-for-with-an-object).
272272
:::
273273

274274
[It is recommended](/style-guide/#keyed-v-for-essential) to provide a `key` attribute with `v-for` whenever possible, unless the iterated DOM content is simple (i.e. contains no components or stateful DOM elements), or you are intentionally relying on the default behavior for performance gains.

0 commit comments

Comments
 (0)