Skip to content

Commit 91dc5ad

Browse files
authored
docs(tem): minor adjustments (#633)
1 parent c2e7b00 commit 91dc5ad

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

packages/clients/src/api/tem/v1alpha1/api.gen.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ const jsonContentHeaders = {
4545
'Content-Type': 'application/json; charset=utf-8',
4646
}
4747

48-
/**
49-
* Transactional Email API documentation.
50-
*
51-
* Tem. Transactional Email API documentation.
52-
*/
48+
/** Transactional Email API. */
5349
export class API extends ParentAPI {
5450
/** Lists the available regions of the API. */
5551
public static readonly LOCALITIES: Region[] = ['fr-par']

packages/clients/src/api/tem/v1alpha1/types.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ export interface Statistics {
171171
*/
172172
failedCount: number
173173
/**
174-
* Number of emails in the final `canceled` state. This meanns emails that
175-
* have been canceled upon request.
174+
* Number of emails in the final `canceled` state. This means emails that have
175+
* been canceled upon request.
176176
*/
177177
canceledCount: number
178178
}

0 commit comments

Comments
 (0)