diff --git a/How-does-it-work.md b/How-does-it-work.md index 3ce9b5e..6c98aa7 100644 --- a/How-does-it-work.md +++ b/How-does-it-work.md @@ -9,7 +9,7 @@ The slight difference is, the selector lasso helper can't be pulled outside of t # Initializing selectableScroll on the container -3. Initialize the selectable on the parent container of selectables (which is mostly a scrollable div). Options are the same to the original ui-selectable, extended with these (copied from source): +3. Initialize the selectable on the parent container of selectables (the scrollable element). Options are the same to the original ui-selectable, extended with these (copied from source): ``` scrollSnapX: 5, // When the selection is that pixels near to the top/bottom edges, start to scroll scrollSnapY: 5, // When the selection is that pixels near to the side edges, start to scroll