summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/stories.test.ts
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-16 17:50:34 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-16 17:50:34 +0100
commit4a104415fe9e49533f72e006d20fb5ab0e45269b (patch)
tree6822da0b12dffe85c7d4f170060a2eacde662d7e /packages/taler-wallet-webextension/src/stories.test.ts
parente9a170d291acae5d54fec81fa74890b5451dd3cc (diff)
downloadwallet-core-4a104415fe9e49533f72e006d20fb5ab0e45269b.tar.gz
wallet-core-4a104415fe9e49533f72e006d20fb5ab0e45269b.tar.bz2
wallet-core-4a104415fe9e49533f72e006d20fb5ab0e45269b.zip
-typos
Diffstat (limited to 'packages/taler-wallet-webextension/src/stories.test.ts')
-rw-r--r--packages/taler-wallet-webextension/src/stories.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/src/stories.test.ts b/packages/taler-wallet-webextension/src/stories.test.ts
index f02aa5cba..76e3db5f4 100644
--- a/packages/taler-wallet-webextension/src/stories.test.ts
+++ b/packages/taler-wallet-webextension/src/stories.test.ts
@@ -47,7 +47,7 @@ describe("All the examples:", () => {
const B = h(example.render.component, example.render.props);
//FIXME:
//some components push the alter in the UI function
- //that's not correct, should be moved into the sate function
+ //that's not correct, should be moved into the state function
// until then, we ran the tests with the alert provider
return h(AlertProvider, { children: B }, B);
}