summaryrefslogtreecommitdiff
path: root/lib/auto.js
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-04-12 18:16:44 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-04-12 18:47:17 -0400
commit6ed90c61f9d06717034c88560b6210cb7de9d4e8 (patch)
treedfa36dcc13520572cfe8f340a6ec0827ceca2d47 /lib/auto.js
parent6ed5305d0f954b7b10bd8d67d62c70c4cc487443 (diff)
downloadasync-6ed90c61f9d06717034c88560b6210cb7de9d4e8.tar.gz
Add linting for jsdocs
Diffstat (limited to 'lib/auto.js')
-rw-r--r--lib/auto.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/auto.js b/lib/auto.js
index b37970e..148cd5f 100644
--- a/lib/auto.js
+++ b/lib/auto.js
@@ -14,7 +14,7 @@ import onlyOnce from './internal/onlyOnce';
/**
* Determines the best order for running the functions in `tasks`, based on
* their requirements. Each function can optionally depend on other functions
- *nbeing completed first, and each function is run as soon as its requirements
+ * being completed first, and each function is run as soon as its requirements
* are satisfied.
*
* If any of the functions pass an error to their callback, the `auto` sequence