diff --git a/README.md b/README.md index 5e3965d..7bd2645 100644 --- a/README.md +++ b/README.md @@ -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