diff --git a/bluebird.md b/bluebird.md index e6e7b4679..f72e95250 100644 --- a/bluebird.md +++ b/bluebird.md @@ -18,7 +18,7 @@ promise .spread(okFn, errFn) // * .catch(errFn) .catch(TypeError, errFn) // * - .finally(fn) // * + .finally(fn) .map(function (e) { ··· }) // * .each(function (e) { ··· }) // * ```