Skip to content

Commit 7b2de5f

Browse files
committed
fix: typo
1 parent 79e2be1 commit 7b2de5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasets/domain/useCases/validators/SingleMetadataFieldValidator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export class SingleMetadataFieldValidator extends BaseMetadataFieldValidator {
159159
/**
160160
* This method allows setting empty values for conditionally required child fields.
161161
* A child field is conditionally required if it is required and its parent field is not required.
162-
* The childfield should be required only if any of its sibling fields has a value, otherwise it should be optional.
162+
* The child field should be required only if any of its sibling fields has a value, otherwise it should be optional.
163163
*/
164164

165165
private allowEmptyValueForConditionallyRequiredField(

0 commit comments

Comments
 (0)