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