Skip to content

Commit

Permalink
fix typos revshare.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pronoss authored Jan 29, 2025
1 parent a5ce72d commit a977a97
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface UnconditionalRevShareConfigSDKType {
/** Describes the config of a recipient */

export interface UnconditionalRevShareConfig_RecipientConfig {
/** Address of the recepient. */
/** Address of the recipient. */
address: string;
/** Percentage of net revenue to share with recipient, in parts-per-million. */

Expand All @@ -48,7 +48,7 @@ export interface UnconditionalRevShareConfig_RecipientConfig {
/** Describes the config of a recipient */

export interface UnconditionalRevShareConfig_RecipientConfigSDKType {
/** Address of the recepient. */
/** Address of the recipient. */
address: string;
/** Percentage of net revenue to share with recipient, in parts-per-million. */

Expand Down Expand Up @@ -198,4 +198,4 @@ export const UnconditionalRevShareConfig_RecipientConfig = {
return message;
}

};
};

0 comments on commit a977a97

Please sign in to comment.