1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-12-13 23:35:50 +02:00

Some typos (#1222)

* Some typos

* Also corrected the typo's in the src code

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
This commit is contained in:
Frederic Pape
2021-06-02 20:41:30 +02:00
committed by GitHub
parent f648c54d87
commit cfd82daaf0
11 changed files with 19 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ type Header struct {
// PreserveRequestValue determines whether any values for this header
// should be preserved for the request to the upstream server.
// This option only takes effet on injected request headers.
// This option only applies to injected request headers.
// Defaults to false (headers that match this header will be stripped).
PreserveRequestValue bool `json:"preserveRequestValue,omitempty"`