From 4b6352b11a4a90c0fc4c40523de8c458b0dd37bf Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 27 Jan 2016 11:34:11 +0100 Subject: [PATCH] typo --- src/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils.js b/src/Utils.js index e6b1bdf6..a851192b 100644 --- a/src/Utils.js +++ b/src/Utils.js @@ -20,7 +20,7 @@ ``` The structures usually work asynchronously (you have to wait for the - database request to finish). EventHandler will help you to make your type + database request to finish). EventHandler helps you to make your type synchronous. */ module.exports = function (Y /* : any*/) {