Merge pull request #361 from carter-thaxton/patch-1

Fix spelling of asynchronicity
This commit is contained in:
Arthur Verschaeve
2015-09-24 23:40:05 +02:00

View File

@@ -278,7 +278,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- Callbacks - Callbacks
- [each-async](https://github.com/sindresorhus/each-async) - Async concurrent iterator like forEach. - [each-async](https://github.com/sindresorhus/each-async) - Async concurrent iterator like forEach.
- [async](https://github.com/caolan/async) - Provides straight-forward, powerful functions for working with asynchronousity. - [async](https://github.com/caolan/async) - Provides straight-forward, powerful functions for working with asynchronicity.
- [async-chainable](https://github.com/hash-bang/async-chainable) - Chainable, pluggable async functionality. - [async-chainable](https://github.com/hash-bang/async-chainable) - Chainable, pluggable async functionality.
- [after-all-results](https://github.com/watson/after-all-results) - Bundle results of async functions calls into one callback with all the results. - [after-all-results](https://github.com/watson/after-all-results) - Bundle results of async functions calls into one callback with all the results.
- Generators - Generators