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 b213ef5..d4d00de 100644
--- a/docs/v3/queue.js.html
+++ b/docs/v3/queue.js.html
@@ -106,7 +106,7 @@ import wrapAsync from './internal/wrapAsync';
* Invoke with `queue.unshift(task, [callback])`.
* @property {AsyncFunction} pushAsync - the same as `q.push`, except this returns
* a promise that rejects if an error occurs.
- * @property {AsyncFunction} unshirtAsync - the same as `q.unshift`, except this returns
+ * @property {AsyncFunction} unshiftAsync - the same as `q.unshift`, except this returns
* a promise that rejects if an error occurs.
* @property {Function} remove - remove items from the queue that match a test
* function. The test function will be passed an object with a `data` property,