Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Oct 14, 2024
1 parent abd2a2d commit 176a564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-client/src/domain/domain-interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface UnifiedCredentials {
export interface MailgunCredentials {
/** Your API Key created from the [Mailgun Dashboard](https://app.mailgun.com/settings/api_security) */
mailgunApiKey: string;
/** The region for the Mailgun API. Default region is empty */
/** The region for the Mailgun API. Default region is empty and targets the US endpoint */
mailgunRegion?: string;
}

Expand Down

0 comments on commit 176a564

Please sign in to comment.