@@ -267,7 +267,7 @@ each with a single field.
267267
268268..include ::/reference/constraints/_groups-option.rst.inc
269269
270- If object being validated field name(s) do not match theones from the entity,
270+ If object being validated field name(s) do not match theone(s) from the entity,
271271use key-value mapping; Where ``key `` is the name of the field in the object being
272272validated and ``value `` is the name of the field in the entity.
273273Field name(s) mapping only applies when the object being validated is not an entity.
@@ -285,7 +285,7 @@ option.
285285If set, it won’t trigger a uniqueness constraint violation when the only not unique
286286entity identifier(s) value(s) will be matching corresponding value(s) from the
287287object being validated.
288- If object being validated field name(s) do not match theones from the entity,
288+ If object being validated field name(s) do not match theone(s) from the entity,
289289use key-value mapping; Where ``key `` is the name of the field in the object being
290290validated and ``value `` is the name of the field in the entity.
291291