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)