Skip to content

Commit

Permalink
V3 Docs :: Fix "unshirtAsync" typo (#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
idpbond committed Aug 18, 2020
1 parent 819a34b commit aff1716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/queue.js
Expand Up @@ -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,
Expand Down

0 comments on commit aff1716

Please sign in to comment.