Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmarkclements committed Jul 15, 2018
1 parent 9e2854a commit 2439cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extreme.md
Expand Up @@ -30,7 +30,7 @@ This has a couple of important caveats:
constructing a Pino instance (see [pino#constructor](api.md#constructor)),
then Pino will invoke `process.exit(0)` when no error has occurred, or
`process.exit(1)` otherwise. If an `onTerminated` function is supplied, it
us the responsibility of the `onTerminated` function to manually exit the process.
is the responsibility of the `onTerminated` function to manually exit the process.

In the case of `SIGHUP`, we will look to see if any other handlers are
registered for the event. If not, we will proceed as we do with all other
Expand Down

0 comments on commit 2439cda

Please sign in to comment.