Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed May 8, 2024
1 parent bdeba84 commit 33033fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/uploader/xhr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ The function syntax is not available when [`bundle`](#bundle) is set to `true`.

Failed requests are retried with the same headers. If you want to change the
headers on retry,
[such as refreshing an auth token](how-can-I-refresh-auth-tokens-after-they-expire),
you can use `onBeforeRequest`.
[such as refreshing an auth token](#how-can-I-refresh-auth-tokens-after-they-expire),
you can use [`onBeforeRequest`](#onbeforerequest).

:::

Expand Down

0 comments on commit 33033fc

Please sign in to comment.