From 6141300b4ef0b36c199af7b47b274cc840722915 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sun, 23 Nov 2014 19:46:52 -0800 Subject: [PATCH] Fix typos but needs attention "Accepts a boolean, or a function that should return a boolean which is." ... sentence needs to be completed. --- api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.md b/api.md index 3e4f44c..0b30c35 100644 --- a/api.md +++ b/api.md @@ -44,7 +44,7 @@ correct value for you, based on the recognizers. Let Hammer also fire DOM events. This is a bit slower, so disabled by default. Recommended to set to `true` if you want to play with event delegation. ### enable: true -Acceps a boolean, or an function that should return a boolean which is. +Accepts a boolean, or a function that should return a boolean, which is TBD. ### cssProps: {....} A collection of css properties that improve the handling of the input events. For details [take a look at