From aff1716608b1a0ece2fdb18e32b969ea8ed48951 Mon Sep 17 00:00:00 2001 From: Ilia Date: Tue, 18 Aug 2020 16:05:43 -0700 Subject: V3 Docs :: Fix "unshirtAsync" typo (#1712) --- lib/queue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/queue.js b/lib/queue.js index 61468a2..45e4e7f 100644 --- a/lib/queue.js +++ b/lib/queue.js @@ -29,7 +29,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, -- cgit v1.2.1