Skip to content

Commit cb70df0

Browse files
typo/phrasing
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent a5a1e1f commit cb70df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/parsers/logfmt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ After processing, its internal representation will be:
3939
"key3"=>true}]
4040
```
4141

42-
If you want to be more strict than the logfmt standard and not parse lines where certain attributes lack values (such as `key3` in the previoue example), you can configure the parser as follows:
42+
If you want to be more strict than the logfmt standard and not parse lines where certain keys lack values (such as `key3` in the previous example), you can configure the parser as follows:
4343

4444
{% tabs %}
4545
{% tab title="parsers.yaml" %}

0 commit comments

Comments
 (0)