File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
packages/clients/src/api/tem/v1alpha1 Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff 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. */
5349export class API extends ParentAPI {
5450 /** Lists the available regions of the API. */
5551 public static readonly LOCALITIES : Region [ ] = [ 'fr-par' ]
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments