Skip to content

Commit a8f8fd4

Browse files
authored
Update index.md (#655)
1 parent 7484a21 commit a8f8fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/validation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ the case of **Mutation**, this bundle creates an object **per each field** (`cre
131131
case of the **DateInput**, it creates an object for the entire type.
132132

133133
Keep in mind that objects are not created recursively by default. As you can see, the argument `createdAt` has its
134-
validation set to `cascade`. It is a special value, which degelates the validation to the embedded type by doing the
134+
validation set to `cascade`. It is a special value, which delegates the validation to the embedded type by doing the
135135
following:
136-
- covert the subtype (`DateInput`) into an object.
136+
- convert the subtype (`DateInput`) into an object.
137137
- embed the resulting object into its parent, making it a sub-object.
138138
- apply to it the [`Valid`](https://symfony.com/doc/current/reference/constraints/Valid.html) constraint (for a
139139
recursive validation).

0 commit comments

Comments
 (0)