From aaf4ffc9411d394897c72f39c132ee24cee28013 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 7 May 2024 12:46:31 -0300 Subject: fix codespell --- packages/web-util/src/forms/ui-form.ts | 4 ++-- packages/web-util/src/forms/useField.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/web-util') diff --git a/packages/web-util/src/forms/ui-form.ts b/packages/web-util/src/forms/ui-form.ts index 212efd506..ef9ad96e1 100644 --- a/packages/web-util/src/forms/ui-form.ts +++ b/packages/web-util/src/forms/ui-form.ts @@ -166,7 +166,7 @@ export type UIFieldBaseDescription = { /* name of the field, useful for a11y */ name: string; - /* if the field should be initialy hidden */ + /* if the field should be initially hidden */ hidden?: boolean; /* ui element to show before */ addonBeforeId?: string; @@ -184,7 +184,7 @@ export type UIFormFieldBaseConfig = UIFieldBaseDescription & { /* readonly and dim */ disabled?: boolean; - /* conversion id to conver the string into the value type + /* conversion id to convert the string into the value type the id should be known to the ui impl */ converterId?: string; diff --git a/packages/web-util/src/forms/useField.ts b/packages/web-util/src/forms/useField.ts index d30962c6f..a250d3100 100644 --- a/packages/web-util/src/forms/useField.ts +++ b/packages/web-util/src/forms/useField.ts @@ -10,7 +10,7 @@ export interface InputFieldHandler { } /** - * @depreacted removing this so we don't depend on context to create a form + * @deprecated removing this so we don't depend on context to create a form * @param name * @returns */ -- cgit v1.2.3