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

Commit 61d7e1c

Browse files
deadbeef404xzyfer
authored andcommitted
Fix spelling of "synchronously" in README.md (#2015)
1 parent 0d5a740 commit 61d7e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Starting from v3.0.0:
102102

103103
```javascript
104104
done(new Error('doesn\'t exist!'));
105-
// or return synchornously
105+
// or return synchronously
106106
return new Error('nothing to do here');
107107
```
108108

0 commit comments

Comments
 (0)