Skip to content

Commit c44d4b0

Browse files
authored
fix typos
1 parent a3a7dc1 commit c44d4b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ Can be passed within optional `config` property.
9797

9898
| Params | Type | Default | Description |
9999
| -------------------------- |:-------------:| ------- | ------------ |
100-
| velocityThreshold | Number | 0.3 | Velocity that has to be breached in order for swipe to be triggered (`vx` and `vy` peroperties of `gestureState`) |
100+
| velocityThreshold | Number | 0.3 | Velocity that has to be breached in order for swipe to be triggered (`vx` and `vy` properties of `gestureState`) |
101101
| directionalOffsetThreshold | Number | 80 | Absolute offset that shouldn't be breached for swipe to be triggered (`dy` for horizontal swipe, `dx` for vertical swipe) |
102-
| gestureIsClickThreshold | Number | 5 | Absolute distance that should be breached for the gesture to not be considered a click (`dx` or `dy` peroperties of `gestureState`) |
102+
| gestureIsClickThreshold | Number | 5 | Absolute distance that should be breached for the gesture to not be considered a click (`dx` or `dy` properties of `gestureState`) |
103103

104104
## Methods
105105

0 commit comments

Comments
 (0)