Skip to content

Commit ff00a22

Browse files
DOC-4989 fixed typo
1 parent b956410 commit ff00a22

File tree

1 file changed

+1
-1
lines changed
  • content/develop/clients/nodejs

1 file changed

+1
-1
lines changed

content/develop/clients/nodejs/amr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ below:
9999
- `expirationRefreshRatio`: This is the fraction of the token's lifetime that should
100100
elapse before a refresh is triggered. For example, a value of 0.75 means the token
101101
should be refreshed when 75% of its lifetime has elapsed.
102-
- `retry`: This object specifies the policy to retry refreshing the token if the
102+
- `retry`: This object specifies the policy to retry refreshing the token if
103103
an error occurs. It has the following fields:
104104
- `maxAttempts`: The maximum number of times to attempt a refresh before
105105
aborting.

0 commit comments

Comments
 (0)