summaryrefslogtreecommitdiff
path: root/docs/v3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3')
-rw-r--r--docs/v3/docs.html2
-rw-r--r--docs/v3/module-ControlFlow.html2
-rw-r--r--docs/v3/queue.js.html2
-rw-r--r--docs/v3/scripts/async.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/v3/docs.html b/docs/v3/docs.html
index 6f1230b..5655ab2 100644
--- a/docs/v3/docs.html
+++ b/docs/v3/docs.html
@@ -15955,7 +15955,7 @@ should be pushed to the queue after calling this function. Invoke with <code>que
<h5>Example</h5>
- <pre class="prettyprint"><code>const q = aync.queue(worker, 2)
+ <pre class="prettyprint"><code>const q = async.queue(worker, 2)
q.push(item1)
q.push(item2)
q.push(item3)
diff --git a/docs/v3/module-ControlFlow.html b/docs/v3/module-ControlFlow.html
index 74b801f..fb16cd3 100644
--- a/docs/v3/module-ControlFlow.html
+++ b/docs/v3/module-ControlFlow.html
@@ -6826,7 +6826,7 @@ should be pushed to the queue after calling this function. Invoke with <code>que
<h5>Example</h5>
- <pre class="prettyprint"><code>const q = aync.queue(worker, 2)
+ <pre class="prettyprint"><code>const q = async.queue(worker, 2)
q.push(item1)
q.push(item2)
q.push(item3)
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 &apos;./internal/wrapAsync&apos;;
* 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)
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)