From 7541b38812c2aae4776a9f4ffda8bd5e67e65063 Mon Sep 17 00:00:00 2001 From: Alex Vilchis Date: Mon, 13 Apr 2020 10:36:57 -0500 Subject: [PATCH] Fix omission of to be verb --- .../01-tools-and-interfaces/01-prisma-schema/06-relations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_: