File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ the case of **Mutation**, this bundle creates an object **per each field** (`cre
131131case of the **DateInput**, it creates an object for the entire type.
132132
133133Keep 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
135135following :
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).
You can’t perform that action at this time.
0 commit comments