aboutsummaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui/src
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-02-29 08:00:31 -0300
committerSebastian <sebasjm@gmail.com>2024-02-29 08:00:31 -0300
commit97cabcd1ee7bc034aef305e4ef66a520bb0fc055 (patch)
treeb01cbd0f0f06ce1a3f4629a6b9d061e210cabe7f /packages/aml-backoffice-ui/src
parent46898aef5f6e238dbfe1b54cf1cf99a276b7d114 (diff)
downloadwallet-core-97cabcd1ee7bc034aef305e4ef66a520bb0fc055.tar.xz
applying changes suggested by codespell
Diffstat (limited to 'packages/aml-backoffice-ui/src')
-rw-r--r--packages/aml-backoffice-ui/src/forms/declaration.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/aml-backoffice-ui/src/forms/declaration.ts b/packages/aml-backoffice-ui/src/forms/declaration.ts
index 345531fb1..ec3bc5189 100644
--- a/packages/aml-backoffice-ui/src/forms/declaration.ts
+++ b/packages/aml-backoffice-ui/src/forms/declaration.ts
@@ -22,7 +22,7 @@ import { AmlExchangeBackend } from "../utils/types.js";
* import entry point without hard reference.
*
* This file just export types and UI Forms
- * based on what `globalThis` contiain.
+ * based on what `globalThis` contains.
*
* `./index.js` must be imported first before
* so `globaThis` will have the correct value.