diff options
author | Sebastian <sebasjm@gmail.com> | 2024-02-29 08:00:31 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2024-02-29 08:00:31 -0300 |
commit | 97cabcd1ee7bc034aef305e4ef66a520bb0fc055 (patch) | |
tree | b01cbd0f0f06ce1a3f4629a6b9d061e210cabe7f /packages/aml-backoffice-ui/src/forms | |
parent | 46898aef5f6e238dbfe1b54cf1cf99a276b7d114 (diff) |
applying changes suggested by codespell
Diffstat (limited to 'packages/aml-backoffice-ui/src/forms')
-rw-r--r-- | packages/aml-backoffice-ui/src/forms/declaration.ts | 2 |
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. |