@@ -267,7 +267,7 @@ each with a single field.
267
267
268
268
..include ::/reference/constraints/_groups-option.rst.inc
269
269
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,
271
271
use key-value mapping; Where ``key `` is the name of the field in the object being
272
272
validated and ``value `` is the name of the field in the entity.
273
273
Field name(s) mapping only applies when the object being validated is not an entity.
@@ -285,7 +285,7 @@ option.
285
285
If set, it won’t trigger a uniqueness constraint violation when the only not unique
286
286
entity identifier(s) value(s) will be matching corresponding value(s) from the
287
287
object 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,
289
289
use key-value mapping; Where ``key `` is the name of the field in the object being
290
290
validated and ``value `` is the name of the field in the entity.
291
291