Skip to content

Commit d03d1ef

Browse files
authored
Fix a small typo. (hynek#683)
1 parent a60ce7b commit d03d1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/why.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ There are [plenty of processors](structlog.processors) for most common tasks com
8181
Since each log entry is a dictionary, it can be formatted to **any** format:
8282

8383
- A colorful key-value format for [local development](console-output.md),
84-
- [JSON](structlog.processors.JSONRenderer) of [*logfmt*](structlog.processors.LogfmtRenderer) for easy parsing,
84+
- [JSON](structlog.processors.JSONRenderer) or [*logfmt*](structlog.processors.LogfmtRenderer) for easy parsing,
8585
- or some standard format you have parsers for like *nginx* or Apache *httpd*.
8686

8787
Internally, formatters are processors whose return value (usually a string) is passed into loggers that are responsible for the output of your message.

0 commit comments

Comments
 (0)