From f085841089ba1344c5dade0ee37b548ef76c3714 Mon Sep 17 00:00:00 2001 From: Filip Chalupa Date: Wed, 6 Jun 2018 11:57:19 +0200 Subject: [PATCH] Tips 'n Tricks typo (you vs your) https://github.com/hammerjs/hammer.js/issues/1176 --- tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips.md b/tips.md index 426f005..2451f60 100644 --- a/tips.md +++ b/tips.md @@ -14,7 +14,7 @@ able to recognize these gestures. An option would be to provide an alternative w ### Test on a real device Sometimes Hammer just needs some fine-tuning, like the swipe velocity or some other thresholds. Also, -for better performance on slower devices your should try to keep you callbacks as simple as possible. +for better performance on slower devices your should try to keep your callbacks as simple as possible. Sites like [JankFree.org](http://jankfree.org/) have articles about how to improve the performance. ### Remove tap highlight on Windows Phone