Skip to content

Commit e5c8c20

Browse files
authored
Merge pull request #164 from vHeemstra/master
Bugfix and corrected typo/code indentation
2 parents b3c496e + fbcd26c commit e5c8c20

File tree

5 files changed

+1081
-112
lines changed

5 files changed

+1081
-112
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Each event provides different callback data. The following shows the numerous da
242242

243243
## 6. Defining Thresholds:
244244

245-
You can also define custom thresholds to be used for ``swipe`` events (``swipeup``, ``swiperight``, ``swipedown`` and ``swipeleft``) to prevent interference with scrolling and other events. To do so, simply assign a `data-xthreshold` or `date-ythreshold` to the target element as follows:
245+
You can also define custom thresholds to be used for ``swipe`` events (``swipeup``, ``swiperight``, ``swipedown`` and ``swipeleft``) to prevent interference with scrolling and other events. To do so, simply assign a `data-xthreshold` or `data-ythreshold` to the target element as follows:
246246

247247
``<div id="mySwiper" data-xthreshold="500"></div>``
248248

0 commit comments

Comments
 (0)