Skip to content

Commit

Permalink
Merge pull request #542 from bodya17/master
Browse files Browse the repository at this point in the history
fix typo: compilant => compliant
  • Loading branch information
recrsn committed Sep 14, 2017
2 parents 054cf76 + 5fbc8ec commit 7d53afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ bcrypt.compare(someOtherPlaintextPassword, hash, function(err, res) {
```
### with promises

bcrypt uses whatever Promise implementation is available in `global.Promise`. NodeJS >= 0.12 has a native Promise implementation built in. However, this should work in any Promises/A+ compilant implementation.
bcrypt uses whatever Promise implementation is available in `global.Promise`. NodeJS >= 0.12 has a native Promise implementation built in. However, this should work in any Promises/A+ compliant implementation.

Async methods that accept a callback, return a `Promise` when callback is not specified if Promise support is available.

Expand Down

0 comments on commit 7d53afa

Please sign in to comment.