Fix typo in README.md
defualt -> default
This commit is contained in:
parent
ffc6355b6f
commit
306d8e12ee
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ type "stream" emitting to `process.stdout` at the "info" level.
|
|||
## stream errors
|
||||
|
||||
A Bunyan logger instance can be made to re-emit "error" events from its
|
||||
streams. Bunyan does so by defualt for [`type === "file"`
|
||||
streams. Bunyan does so by default for [`type === "file"`
|
||||
streams](#stream-type-file), so you can do this:
|
||||
|
||||
```js
|
||||
|
|
Loading…
Reference in a new issue