summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-06-26 15:52:32 -0300
committerSebastian <sebasjm@gmail.com>2022-06-26 15:52:32 -0300
commitccd289904dbfd49014b19ee9b480581cb4391a3e (patch)
treece8e7b6d229c6692d4906b98719cf03e38204d50 /packages/taler-wallet-webextension/src
parent1b91d87f4fa6c6d68f748360ce63d94911f9bb2c (diff)
downloadwallet-core-ccd289904dbfd49014b19ee9b480581cb4391a3e.tar.gz
wallet-core-ccd289904dbfd49014b19ee9b480581cb4391a3e.tar.bz2
wallet-core-ccd289904dbfd49014b19ee9b480581cb4391a3e.zip
- typo fix
Diffstat (limited to 'packages/taler-wallet-webextension/src')
-rw-r--r--packages/taler-wallet-webextension/src/cta/Refund.test.ts6
-rw-r--r--packages/taler-wallet-webextension/src/platform/api.ts2
-rw-r--r--packages/taler-wallet-webextension/src/wxApi.ts4
3 files changed, 6 insertions, 6 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/Refund.test.ts b/packages/taler-wallet-webextension/src/cta/Refund.test.ts
index 78fdc3560..3eff42e90 100644
--- a/packages/taler-wallet-webextension/src/cta/Refund.test.ts
+++ b/packages/taler-wallet-webextension/src/cta/Refund.test.ts
@@ -82,7 +82,7 @@ describe("Refund CTA states", () => {
name: "the merchant name",
},
orderId: "orderId1",
- summary: "the sumary",
+ summary: "the summary",
},
} as PrepareRefundResult as any),
applyRefund: async () => ({}),
@@ -131,7 +131,7 @@ describe("Refund CTA states", () => {
name: "the merchant name",
},
orderId: "orderId1",
- summary: "the sumary",
+ summary: "the summary",
},
} as PrepareRefundResult as any),
applyRefund: async () => ({}),
@@ -207,7 +207,7 @@ describe("Refund CTA states", () => {
name: "the merchant name",
},
orderId: "orderId1",
- summary: "the sumary",
+ summary: "the summary",
},
} as PrepareRefundResult as any),
applyRefund: async () => ({}),
diff --git a/packages/taler-wallet-webextension/src/platform/api.ts b/packages/taler-wallet-webextension/src/platform/api.ts
index 11ad9de7d..21f50196b 100644
--- a/packages/taler-wallet-webextension/src/platform/api.ts
+++ b/packages/taler-wallet-webextension/src/platform/api.ts
@@ -57,7 +57,7 @@ export interface WalletVersion {
*/
export interface PlatformAPI {
/**
- * Garantee that the
+ * Guarantee that the service workers don't die
*/
keepAlive(cb: VoidFunction): void;
/**
diff --git a/packages/taler-wallet-webextension/src/wxApi.ts b/packages/taler-wallet-webextension/src/wxApi.ts
index 7ee14261a..f95066954 100644
--- a/packages/taler-wallet-webextension/src/wxApi.ts
+++ b/packages/taler-wallet-webextension/src/wxApi.ts
@@ -70,8 +70,8 @@ import { platform, MessageFromBackend } from "./platform/api.js";
/**
*
- * @autor Florian Dold
- * @autor sebasjm
+ * @author Florian Dold
+ * @author sebasjm
*/
export interface ExtendedPermissionsResponse {