Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
milsosa committed Dec 24, 2015
1 parent d66a77a commit f24205d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var DEFAULTS = {
promiseFactory: defaultPromiseFactory // Function to use a different promise implementation library
};

// Default promise factory wich use bluebird
// Default promise factory which use bluebird
function defaultPromiseFactory(resolver) {
return new Promise(resolver);
}
Expand Down

0 comments on commit f24205d

Please sign in to comment.