summaryrefslogtreecommitdiff
path: root/docs/v3/queue.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/queue.js.html')
-rw-r--r--docs/v3/queue.js.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/v3/queue.js.html b/docs/v3/queue.js.html
index 2f7c505..b213ef5 100644
--- a/docs/v3/queue.js.html
+++ b/docs/v3/queue.js.html
@@ -145,7 +145,7 @@ import wrapAsync from './internal/wrapAsync';
* should be pushed to the queue after calling this function. Invoke with `queue.kill()`.
*
* @example
- * const q = aync.queue(worker, 2)
+ * const q = async.queue(worker, 2)
* q.push(item1)
* q.push(item2)
* q.push(item3)