Skip to content

Commit

Permalink
docs: fix FetchrClient constructor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopalacios committed Jul 21, 2024
1 parent ff2c8c3 commit 8668e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/fetcher.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Request.prototype.end = function (callback) {
* @class FetcherClient
* @param {Object} options configuration options for Fetcher
* @param {String} [options.xhrPath="/api"] The path for requests
* @param {Number} [options.xhrTimout=3000] Timeout in milliseconds for all requests
* @param {Number} [options.xhrTimeout=3000] Timeout in milliseconds for all requests
* @param {Boolean} [options.corsPath] Base CORS path in case CORS is enabled
* @param {Object} [options.context] The context object that is propagated to all outgoing
* requests as query params. It can contain current-session/context data that should
Expand Down

0 comments on commit 8668e3c

Please sign in to comment.