Skip to content

Commit dba15f7

Browse files
chore: fix typos (#324)
1 parent f5239ce commit dba15f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/requestconfig/requestconfig.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ func shouldRetry(req *http.Request, res *http.Response) bool {
236236
return true
237237
}
238238

239-
// If the header explictly wants a retry behavior, respect that over the
239+
// If the header explicitly wants a retry behavior, respect that over the
240240
// http status code.
241241
if res.Header.Get("x-should-retry") == "true" {
242242
return true

0 commit comments

Comments
 (0)