From 8668e3c64d22970ad765cf354e45746cad8938df Mon Sep 17 00:00:00 2001 From: Pablo Palacios Date: Sun, 21 Jul 2024 11:52:30 +0200 Subject: [PATCH] docs: fix FetchrClient constructor typo --- libs/fetcher.client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/fetcher.client.js b/libs/fetcher.client.js index a603e61..6dbb876 100644 --- a/libs/fetcher.client.js +++ b/libs/fetcher.client.js @@ -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