Skip to content

Commit 2ab745f

Browse files
chore: fix typos (#62)
1 parent 0295d21 commit 2ab745f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/requestconfig/requestconfig.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func shouldRetry(req *http.Request, res *http.Response) bool {
241241
return true
242242
}
243243

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

0 commit comments

Comments
 (0)