From 8153c252f4184c92196fa2d430c3f6216fffc53c Mon Sep 17 00:00:00 2001 From: Misha Berezin Date: Mon, 25 Apr 2016 22:03:35 +0300 Subject: [PATCH] chore: fix typo --- src/recognizers/tap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *