Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/recognizers/tap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* A tap is ecognized when the pointer is doing a small tap/click. Multiple taps are recognized if they occur
* A tap is recognized when the pointer is doing a small tap/click. Multiple taps are recognized if they occur
* between the given interval and position. The delay option can be used to recognize multi-taps without firing
* a single tap.
*
Expand Down