Update docs/docs/core/database/relations/reordering.mdx

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
This commit is contained in:
Marc 2023-02-23 21:00:22 +01:00 committed by GitHub
parent f75ad9facc
commit a273400ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)