Skip to content

Commit

Permalink
chore: fix typo, heade -> header (#739)
Browse files Browse the repository at this point in the history
Found via `codespell -H`
  • Loading branch information
kianmeng authored Dec 27, 2024
1 parent c6864d8 commit 1608f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tesla/middleware/retry_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ defmodule Tesla.Middleware.RetryTest do
assert Agent.get(LaggyAdapter, fn %{retries: retries} -> retries end) == 1
end

test "jitter doesn't allow delay to be shorter than specified by Retry-After heade or larger than max delay" do
test "jitter doesn't allow delay to be shorter than specified by Retry-After header or larger than max delay" do
defmodule ClientUsingRetryAfterHeaderWithHighJitter do
use Tesla

Expand Down

0 comments on commit 1608f9f

Please sign in to comment.