Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/client.ts.njk
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export type Client<K extends ParamKeys | __UNDEFINED_KEY = __UNDEFINED_KEY> = 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
Expand Down