Fix spelling of asynchronicity

This commit is contained in:
Carter Thaxton
2015-09-24 14:37:27 -07:00
parent 89f7dc521e
commit 9e06b09bd8

View File

@@ -278,7 +278,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- Callbacks
- [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.
- [after-all-results](https://github.com/watson/after-all-results) - Bundle results of async functions calls into one callback with all the results.
- Generators