From 7ae3e8daf7263915ecdc89f574d196b791a97c2e Mon Sep 17 00:00:00 2001 From: fabriziofff Date: Thu, 27 May 2021 20:05:43 +0200 Subject: [PATCH] fix typo --- templates/client.ts.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/client.ts.njk b/templates/client.ts.njk index 0dc843b9..c5b3e305 100644 --- a/templates/client.ts.njk +++ b/templates/client.ts.njk @@ -82,7 +82,7 @@ export type Client = K /** * Create an instance of a client - * @param params hash map of parameters thata define the client: + * @param params hash map of parameters that define the client: * - baseUrl: the base url for every api call (required) * - fetchApi: an implementation of the fetch() web API, depending on the platform (required) * - basePath: optional path to be appended to the baseUrl