From a663bec65db4cdb44d5503c68778bf9f37d98071 Mon Sep 17 00:00:00 2001 From: Vincent Voyer Date: Wed, 19 Apr 2017 17:05:33 +0200 Subject: Update intro.md --- intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.md b/intro.md index 37af316..9823be1 100644 --- a/intro.md +++ b/intro.md @@ -18,7 +18,7 @@ Async is also installable via: - [bower](http://bower.io/): `bower install async` Async provides around 70 functions that include the usual 'functional' -suspects (`map`, `reduce`, `filter`, `each`…) as cwell as some common patterns +suspects (`map`, `reduce`, `filter`, `each`…) as well as some common patterns for asynchronous control flow (`parallel`, `series`, `waterfall`…). All these functions assume you follow the Node.js convention of providing a single callback as the last argument of your asynchronous function -- a callback which expects an Error as its first argument -- and calling the callback once. -- cgit v1.2.1