Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Fix spelling of "synchronously" in README.md (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadbeef404 authored and xzyfer committed Jun 13, 2017
1 parent 0d5a740 commit 61d7e1c
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 @@ -102,7 +102,7 @@ Starting from v3.0.0:

```javascript
done(new Error('doesn\'t exist!'));
// or return synchornously
// or return synchronously
return new Error('nothing to do here');
```

Expand Down

0 comments on commit 61d7e1c

Please sign in to comment.