Skip to content

Commit ed02426

Browse files
authored
Merge pull request SortableJS#2309 from Gudine/master
docs: properly capitalize forceAutoScrollFallback option
2 parents c5a8822 + 029d0d4 commit ed02426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/AutoScroll/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Sortable.mount(new AutoScroll());
2626
```js
2727
new Sortable(el, {
2828
scroll: true, // Enable the plugin. Can be HTMLElement.
29-
forceAutoscrollFallback: false, // force autoscroll plugin to enable even when native browser autoscroll is available
29+
forceAutoScrollFallback: false, // force autoscroll plugin to enable even when native browser autoscroll is available
3030
scrollFn: function(offsetX, offsetY, originalEvent, touchEvt, hoverTargetEl) { ... }, // if you have custom scrollbar scrollFn may be used for autoscrolling
3131
scrollSensitivity: 30, // px, how near the mouse must be to an edge to start scrolling.
3232
scrollSpeed: 10, // px, speed of the scrolling

0 commit comments

Comments
 (0)