Skip to content

Commit 2800ee0

Browse files
Merge pull request #62 from vmitchell85/patch-1
Remove typo and repeated text
2 parents a0de818 + ef75ef9 commit 2800ee0

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)