Skip to content

Commit

Permalink
Merge pull request #133 from sabakugaara/fix-typo
Browse files Browse the repository at this point in the history
fix typo in README
  • Loading branch information
watson authored Dec 16, 2017
2 parents e9ce655 + 60e99c7 commit a2fde2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2fde2d

Please sign in to comment.