Skip to content

Commit

Permalink
docs: update typos in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored and pvdlg committed Oct 29, 2018
1 parent d51858e commit dd8bc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get-client.js
Expand Up @@ -84,7 +84,7 @@ const handler = (globalThrottler, limitKey) => ({
: Reflect.get(target, name, receiver),

/**
* 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.
*
* @param {Function} func The target function.
* @param {Any} that The this argument for the call.
Expand Down

0 comments on commit dd8bc4d

Please sign in to comment.