8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51858e commit dd8bc4dCopy full SHA for dd8bc4d
lib/get-client.js
@@ -84,7 +84,7 @@ const handler = (globalThrottler, limitKey) => ({
84
: Reflect.get(target, name, receiver),
85
86
/**
87
- * Create a throlled version of the called function tehn call it and retry it if the call fails with certain error code.
+ * Create a throttled version of the called function then call it and retry it if the call fails with certain error code.
88
*
89
* @param {Function} func The target function.
90
* @param {Any} that The this argument for the call.
0 commit comments