We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fb367 commit 4eee061Copy full SHA for 4eee061
README.md
@@ -51,7 +51,7 @@ All Event Handlers are called with the below event data.
51
```
52
{
53
event, // source event
54
- inital, // initial swipe [x,y]
+ initial, // initial swipe [x,y]
55
deltaX, // x offset (initial.x - current.x)
56
deltaY, // y offset (initial.y - current.y)
57
absX, // absolute deltaX
0 commit comments