diff options
author | Johan Preynat <johan.preynat@gmail.com> | 2016-04-29 14:35:07 +0200 |
---|---|---|
committer | Johan Preynat <johan.preynat@gmail.com> | 2016-04-29 14:38:12 +0200 |
commit | aca963befc74313c5015853b1d497c671f549eba (patch) | |
tree | af31fc63ada4d1bced98900637c6b66dbb3e98be /lib/utils/promise.js | |
parent | 3ea4e334bff428c60db175db58d042ba8e44cd77 (diff) | |
download | gitbook-aca963befc74313c5015853b1d497c671f549eba.zip gitbook-aca963befc74313c5015853b1d497c671f549eba.tar.gz gitbook-aca963befc74313c5015853b1d497c671f549eba.tar.bz2 |
Fix typo
Diffstat (limited to 'lib/utils/promise.js')
-rw-r--r-- | lib/utils/promise.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/promise.js b/lib/utils/promise.js index f272767..19d7554 100644 --- a/lib/utils/promise.js +++ b/lib/utils/promise.js @@ -117,7 +117,7 @@ function map(arr, iter) { /** - Wrap a fucntion in a promise + Wrap a function in a promise @param {Function} func @return {Funciton} |