Skip to content
Snippets Groups Projects
Unverified Commit 974c1f26 authored by Rohith Jayawardene's avatar Rohith Jayawardene Committed by GitHub
Browse files

Typo (#387)

- fixing up the typo on the usage
parent 5814fc34
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ type Config struct {
// Headers permits adding customs headers across the board
Headers map[string]string `json:"headers" yaml:"headers" usage:"custom headers to the upstream request, key=value"`
// ResponseHeader is a map of response headers to add to the response
ResponseHeaders map[string]string `json:"response-headers" yaml:"response-headers" usage:"custom headers to addt to the resposne key=value"`
ResponseHeaders map[string]string `json:"response-headers" yaml:"response-headers" usage:"custom headers to added to the http response key=value"`
// EnableLogoutRedirect indicates we should redirect to the identity provider for logging out
EnableLogoutRedirect bool `json:"enable-logout-redirect" yaml:"enable-logout-redirect" usage:"indicates we should redirect to the identity provider for logging out"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment