diff --git a/README.md b/README.md index cdc4e54..3e220c0 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,7 @@ Ex: - Vue.draggable children should always map the list or value prop using a v-for directive * You may use [header](https://github.com/SortableJS/Vue.Draggable#header) and [footer](https://github.com/SortableJS/Vue.Draggable#footer) slot to by-pass this limitation. - - Children elements inside v-for should be keyed as any element in Vue.js. Be carefull to provide revelant key values in particular: + - Children elements inside v-for should be keyed as any element in Vue.js. Be carefull to provide relevant key values in particular: * typically providing array index as keys won't work as key should be linked to the items content * cloned elements should provide updated keys, it is doable using the [clone props](#clone) for example