diff --git a/content/03-reference/01-tools-and-interfaces/01-prisma-schema/06-relations.mdx b/content/03-reference/01-tools-and-interfaces/01-prisma-schema/06-relations.mdx index f67041237a..29ed51abcd 100644 --- a/content/03-reference/01-tools-and-interfaces/01-prisma-schema/06-relations.mdx +++ b/content/03-reference/01-tools-and-interfaces/01-prisma-schema/06-relations.mdx @@ -658,7 +658,7 @@ The relation fields in a 1-n relation can take the following forms: - the annotated relation field can be either optional or required - if the annotated relation field is required, the relation scalar must be required - if the annotated relation field is optional, the relation scalar must be optional -- the other side of the relation must a list and is always required +- the other side of the relation must be a list and is always required So, the following variant of the example above would be _allowed_: