Skip to content

Commit a7b5733

Browse files
author
Claudéric Demers
authored
Update README.md
1 parent 55eefdc commit a7b5733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ There are already a number of great Drag & Drop libraries out there (for instanc
105105
| shouldCancelStart | Function | [Function](https://github.com/clauderic/react-sortable-hoc/blob/master/src/SortableContainer/index.js#L48) | This function is invoked before sorting begins, and can be used to programatically cancel sorting before it begins. By default, it will cancel sorting if the event target is either an `input`, `textarea`, `select` or `option`. |
106106
| onSortStart | Function | | Callback that is invoked when sorting begins. `function({node, index, collection}, event)` |
107107
| onSortMove | Function | | Callback that is invoked during sorting as the cursor moves. `function(event)` |
108-
| onSortOver | Function | | Callback that get's invoked when moving over an item. `function({index, oldIndex, newIndex, collection}, e)` |
108+
| onSortOver | Function | | Callback that is invoked when moving over an item. `function({index, oldIndex, newIndex, collection}, e)` |
109109
| onSortEnd | Function | | Callback that is invoked when sorting ends. `function({oldIndex, newIndex, collection}, e)` |
110110
| useDragHandle | Boolean | `false` | If you're using the `SortableHandle` HOC, set this to `true` |
111111
| useWindowAsScrollContainer | Boolean | `false` | If you want, you can set the `window` as the scrolling container |

0 commit comments

Comments
 (0)