Skip to content

Commit

Permalink
docs: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jan 24, 2019
1 parent 6c84718 commit 82d0b81
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 @@ -135,7 +135,7 @@ app.listen(3000, () => {
});
```

By default this callback simply `console.error` the `err` (if any).
By default this callback simply throws the `err` (if any).


## Debugging
Expand Down

0 comments on commit 82d0b81

Please sign in to comment.