Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gquintard committed Jul 21, 2024
1 parent fb9b688 commit 59ff738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ We'll use `typescript` notation to describe the object shape:
connReused: bool,
},
storage?: string, // Storage (backend-only)
error?: string, // FetchError, but also if the VSL transation was incomplete
error?: string, // FetchError, but also if the VSL transaction was incomplete
logs: Array<string>, // VCL_Log
links: Array<{ // Link
type: string,
Expand All @@ -116,6 +116,6 @@ docker build -t varnishlog-json .
# Notes
Similar to how `varnishlog` behaves, `ESI` and backend transations are ignored by default.
Similar to how `varnishlog` behaves, `ESI` and backend transactions are ignored by default.
Use `varnishlog-json -h` to list all possible options.

0 comments on commit 59ff738

Please sign in to comment.