summaryrefslogtreecommitdiff
path: root/docs/v3/scripts/async.js
diff options
context:
space:
mode:
authorMichael Collier <2192241+omginbd@users.noreply.github.com>2020-03-03 10:56:04 -0700
committerGitHub <noreply@github.com>2020-03-03 09:56:04 -0800
commit62cb8ea8ce3e3b4b66cf9abc66153d2d7255985b (patch)
tree95be72d46651f8ae3bd42a28e2e0e25347031d3f /docs/v3/scripts/async.js
parent5e1fd9e925cc3ed5ffeb9e843727be9063ab9d9f (diff)
downloadasync-62cb8ea8ce3e3b4b66cf9abc66153d2d7255985b.tar.gz
fix typo (#1707)
Diffstat (limited to 'docs/v3/scripts/async.js')
-rw-r--r--docs/v3/scripts/async.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/v3/scripts/async.js b/docs/v3/scripts/async.js
index 57e9478..5f59f85 100644
--- a/docs/v3/scripts/async.js
+++ b/docs/v3/scripts/async.js
@@ -3120,7 +3120,7 @@
* 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)