Skip to content

Commit

Permalink
Fix jsdoc param name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Borisov committed May 25, 2024
1 parent 1187070 commit 6b1a604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export type rateLimitOptions = {
* http.getMaxRPS() // 3
* http.setRateLimitOptions({ maxRequests: 6, perMilliseconds: 150 }) // same options as constructor
*
* @param {Object} axios axios instance
* @param {Object} axiosInstance axios instance
* @param {Object} options options for rate limit, available for live update
* @param {Number} options.maxRequests max requests to perform concurrently in given amount of time.
* @param {Number} options.perMilliseconds amount of time to limit concurrent requests.
Expand Down

0 comments on commit 6b1a604

Please sign in to comment.