We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e2be1 commit 7b2de5fCopy full SHA for 7b2de5f
src/datasets/domain/useCases/validators/SingleMetadataFieldValidator.ts
@@ -159,7 +159,7 @@ export class SingleMetadataFieldValidator extends BaseMetadataFieldValidator {
159
/**
160
* This method allows setting empty values for conditionally required child fields.
161
* 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.
+ * The child field should be required only if any of its sibling fields has a value, otherwise it should be optional.
163
*/
164
165
private allowEmptyValueForConditionallyRequiredField(
0 commit comments