Skip to content

Commit 029d0d4

Browse files
committed
docs: properly capitalize forceAutoScrollFallback option
1 parent c5a8822 commit 029d0d4

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)