From 2ab7cbb7717e6fe1f2fc3a16060ac16cf7ccb1a5 Mon Sep 17 00:00:00 2001 From: Ilia Date: Wed, 25 Mar 2020 14:13:04 -0700 Subject: [PATCH 1/4] Fix typo --- docs/v3/queue.js.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v3/queue.js.html b/docs/v3/queue.js.html index b213ef527..53d9fa1d1 100644 --- a/docs/v3/queue.js.html +++ b/docs/v3/queue.js.html @@ -106,7 +106,7 @@

queue.js

* 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, @@ -257,4 +257,4 @@

Methods: