From 935da9c575f2519ed373f0948ca3be966f8c5ddf Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 23 Feb 2023 20:34:45 +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 a45dda9cbd..121428e8ca 100644 --- a/docs/docs/core/database/relations/reordering.mdx +++ b/docs/docs/core/database/relations/reordering.mdx @@ -70,7 +70,7 @@ The database layer should receive a payload shown below: ## How does relations reordering work? -We use fractional indexing. This means that we use decimal numbers to order the relations. +We use fractional indexing. This means that we use decimal numbers to order the relations. See the following diagrams below for a more detailed understanding. ### Simple example