summaryrefslogtreecommitdiff
path: root/docs/v3/docs.html
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/docs.html
parent5e1fd9e925cc3ed5ffeb9e843727be9063ab9d9f (diff)
downloadasync-62cb8ea8ce3e3b4b66cf9abc66153d2d7255985b.tar.gz
fix typo (#1707)
Diffstat (limited to 'docs/v3/docs.html')
-rw-r--r--docs/v3/docs.html2
1 files changed, 1 insertions, 1 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)