Skip to content

Commit

Permalink
doc(readme): fix a typo (#548)
Browse files Browse the repository at this point in the history
Co-authored-by: jirasak <jirasak@lmwn.com>
  • Loading branch information
koungkub and jirasak committed May 1, 2023
1 parent a712f61 commit 927516b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -513,7 +513,7 @@ stdlog.Print("hello world")

### context.Context integration

The `Logger` isntance could be attached to `context.Context` values with `logger.WithContext(ctx)`
The `Logger` instance could be attached to `context.Context` values with `logger.WithContext(ctx)`
and extracted from it using `zerolog.Ctx(ctx)`.

Example to add logger to context:
Expand Down

0 comments on commit 927516b

Please sign in to comment.