Skip to content

Commit

Permalink
Nit on language for child.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Mar 17, 2016
1 parent 491fa91 commit 043d1c9
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 @@ -170,7 +170,7 @@ logger.child({ a: 'property' }).info('hello child!')
// {"pid":46497,"hostname":"MacBook-Pro-di-Matteo.local","level":30,"msg":"hello child!","time":1458124707120,"v":0,"a":"property"}
```
It leverage the output stream of the parent and
It leverages the output stream of the parent and
its log level. These settings are immutable and pulled out during the
instantiation of the child logger.
Expand Down

0 comments on commit 043d1c9

Please sign in to comment.