From a273400ee6c20a1ff6f2c70d45277e713737cbd7 Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 23 Feb 2023 21:00:22 +0100 Subject: [PATCH] Update docs/docs/core/database/relations/reordering.mdx Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com> --- docs/docs/core/database/relations/reordering.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/core/database/relations/reordering.mdx b/docs/docs/core/database/relations/reordering.mdx index a87c861a51..63f565c6b9 100644 --- a/docs/docs/core/database/relations/reordering.mdx +++ b/docs/docs/core/database/relations/reordering.mdx @@ -26,7 +26,7 @@ This reordering feature is available in the Content Manager and the API. We store order values for all type of relations, except for: - Polymorphic relations (too complicated to implement). -- One to one relations. (as there is only one relation per pair) +- One to one relations (as there is only one relation per pair) ### Many to many (Addresses <-> Categories)