Skip to content

Commit 4f9fdc9

Browse files
chore: fix typos (#324)
1 parent febb16b commit 4f9fdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/requestconfig/requestconfig.go

Lines changed: 1 addition & 1 deletion
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)