diff --git a/src/recognizers/tap.js b/src/recognizers/tap.js index 072d45c94..805dcb5d9 100644 --- a/src/recognizers/tap.js +++ b/src/recognizers/tap.js @@ -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. *