Skip to content

Commit ef75ef9

Browse files
authored
Remove typo and repeated text
It looks like the text was reworded at some point and some text never got removed. Hope this helps... Thanks!
1 parent a0de818 commit ef75ef9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ function onMoveCallback(evt, originalEvent){
110110
// return false; — for cancel
111111
}
112112
```
113-
evt object has same property as [Sortable onMove event](https://github.com/RubaXa/Sortable#move-event-object), plus two addicional properties:
114-
`move event` object addicional properties:
113+
evt object has same property as [Sortable onMove event](https://github.com/RubaXa/Sortable#move-event-object), plus two additional properties:
115114
- `draggedContext`: context linked to dragged element
116115
- `index`: dragged element index
117116
- `element`: dragged element underlying view model element

0 commit comments

Comments
 (0)