Skip to content

Commit 267e567

Browse files
committed
chore: typos
Signed-off-by: Leonardo Di Donato <[email protected]>
1 parent 57ae3ea commit 267e567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Or even more complex ones:
4040
{request>host} {request>method} {request>headers>User-Agent>[0]}
4141
```
4242

43-
The resulting JSON will respect the hierarchy of the selector keys.
43+
The resulting JSON will respect the hierarchy of the selector paths.
4444

4545
## Caddyfile
4646

@@ -71,7 +71,7 @@ log {
7171
}
7272
```
7373

74-
Which outputs something like the following JSON respecting the selector's key structure:
74+
Which outputs something like the following JSON respecting the selector's path structure:
7575

7676
```json
7777
{"request":{"host":"localhost:2015"},"duration":0.003321}

0 commit comments

Comments
 (0)