Commit 61d7e1c1 by Jason Pettett Committed by Michael Mifsud

Fix spelling of "synchronously" in README.md (#2015)

parent 0d5a7400
...@@ -102,7 +102,7 @@ Starting from v3.0.0: ...@@ -102,7 +102,7 @@ Starting from v3.0.0:
```javascript ```javascript
done(new Error('doesn\'t exist!')); done(new Error('doesn\'t exist!'));
// or return synchornously // or return synchronously
return new Error('nothing to do here'); return new Error('nothing to do here');
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment