Skip to content

Commit 4d0a965

Browse files
committed
Fix spelling
1 parent e3390de commit 4d0a965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/templates/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ By default, we retry failed requests (i.e., requests that receive any of the fol
484484
up to 5 times, using a backoff factor of 2, resulting in wait times of 1s, 2s, 4s, 8s, and 16s between attempts.
485485
For `429 (Too Many Requests)` responses, the `respect_retry_after_header` option is set to `True` by default
486486
(See [urllib3](https://urllib3.readthedocs.io/en/stable/reference/urllib3.util.html)), ensuring that retries adhere to the `Retry-After` header
487-
fron the [Asana API](https://developers.asana.com/docs/rate-limits).
487+
from the [Asana API](https://developers.asana.com/docs/rate-limits).
488488

489489

490490
NOTE: the retry strategy applies to `DELETE`, `GET`, `HEAD`, `OPTIONS`, `PUT`, `TRACE` requests (See `allowed_methods` in [urllib3](https://urllib3.readthedocs.io/en/stable/reference/urllib3.util.html))

0 commit comments

Comments
 (0)