Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Aug 6, 2024
1 parent 036069b commit 9ecd4ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/interactions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ export class SCInteraction {
.buildTransaction()
.toPlainObject();
} else {
throw Error('Market not supperted');
throw Error('Market not supported');
}
}

Expand Down Expand Up @@ -580,7 +580,7 @@ export class SCInteraction {
.buildTransaction()
.toPlainObject();
} else {
throw Error('Market not supperted');
throw Error('Market not supported');
}
}

Expand Down Expand Up @@ -618,7 +618,7 @@ export class SCInteraction {
.buildTransaction()
.toPlainObject();
} else {
throw Error('Market not supperted');
throw Error('Market not supported');
}
}

Expand Down

0 comments on commit 9ecd4ff

Please sign in to comment.