From 60e99c7dc774ef1d504adbc70242efa138b001c2 Mon Sep 17 00:00:00 2001 From: Gaara Date: Sat, 16 Dec 2017 16:32:58 +0800 Subject: [PATCH] fix typo in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fd2958..0d989aa 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ function parameter is as follows: 1. `callbacks`: An `Object` which may contain four optional fields: * `create`: A `function (storage)` that is called when an asynchronous event - is queued. Recives the `storage` attached to the listner. `storage` can be - created by passing an `initialStorage` argument during costruction, or by - returning a `Value` from `create` which will be attached to the listner + is queued. Recives the `storage` attached to the listener. `storage` can be + created by passing an `initialStorage` argument during construction, or by + returning a `Value` from `create` which will be attached to the listener and overwrite the `initialStorage`. * `before`: A `function (context, storage)` that is called immediately before the asynchronous callback is about to run. It will be passed both