diff --git a/docs/docs/core/database/relations/reordering.mdx b/docs/docs/core/database/relations/reordering.mdx index 318b03b2a4..60096fefc9 100644 --- a/docs/docs/core/database/relations/reordering.mdx +++ b/docs/docs/core/database/relations/reordering.mdx @@ -18,7 +18,7 @@ This reordering feature is available in the Content Manager and the API. `packages/core/database/lib/entity-manager/relations-orderer.js` -## How order is stored in DB? +## How is the order stored in DB? - We store the order of the relations in a `order` field. - For bidirectional relations, we store the order of the other side in a `inverse_order` field.