Skip to content

Commit

Permalink
Merge pull request #1412 from Nolanus/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
aearly committed Apr 22, 2017
2 parents 8fd0183 + beae27c commit eb95a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asyncify.js
Expand Up @@ -20,7 +20,7 @@ import initialParams from './internal/initialParams';
* @method
* @alias wrapSync
* @category Util
* @param {Function} func - The synchronous funuction, or Promise-returning
* @param {Function} func - The synchronous function, or Promise-returning
* function to convert to an {@link AsyncFunction}.
* @returns {AsyncFunction} An asynchronous wrapper of the `func`. To be
* invoked with `(args..., callback)`.
Expand Down

0 comments on commit eb95a0a

Please sign in to comment.