File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ func WithJar(jar http.CookieJar) ConfigurationOption {
291291
292292// WithMiddleware returns a ConfigurationOption that adds a Middleware to the client.
293293// The Middleware is prepended to the list of Middlewares so that the last added Middleware is the first to be executed.
294- // Warning: Providing this option may overide the authentication performed by the SDK if the middlewares provided break the chain.
294+ // Warning: Providing this option may overide the authentication performed by the SDK if the middlewares provided break the chain.
295295// If changes are made to the authentication header and the chain is preserved, they will be overwritten. Please use WithCustomAuth for that purpose.
296296func WithMiddleware (m Middleware ) ConfigurationOption {
297297 // Prepend m to the list of middlewares
You can’t perform that action at this time.
0 commit comments