aboutsummaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui
diff options
context:
space:
mode:
Diffstat (limited to 'packages/aml-backoffice-ui')
-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.