Skip to content

Commit 4eee061

Browse files
authored
fix type
1 parent 37fb367 commit 4eee061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ All Event Handlers are called with the below event data.
5151
```
5252
{
5353
event, // source event
54-
inital, // initial swipe [x,y]
54+
initial, // initial swipe [x,y]
5555
deltaX, // x offset (initial.x - current.x)
5656
deltaY, // y offset (initial.y - current.y)
5757
absX, // absolute deltaX

0 commit comments

Comments
 (0)