Skip to content

Commit babf8e9

Browse files
chore: fix typo
Co-authored-by: Mohamed Ameen <[email protected]>
1 parent c56ce04 commit babf8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core_modules/capture-core/utils/validation/getValidators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ function buildMinCharactersToSearchValidator(metaData: DataElement): Array<Valid
270270
return true;
271271
}
272272

273-
const trimedValue = value.trim();
273+
const trimmedValue = value.trim();
274274

275275
if (trimedValue === '') {
276276
return true;

0 commit comments

Comments
 (0)