From 656b32fe68c6f910d15bf06cff8a3aa3fbad4ce4 Mon Sep 17 00:00:00 2001 From: Gabe Koscky Date: Sat, 31 Dec 2016 00:10:35 -0500 Subject: [PATCH] Fix wording --- content/docs/api/db/record/children/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/db/record/children/contents.lr b/content/docs/api/db/record/children/contents.lr index 04e6b5c9..37d36abf 100644 --- a/content/docs/api/db/record/children/contents.lr +++ b/content/docs/api/db/record/children/contents.lr @@ -6,7 +6,7 @@ type: property --- body: -Because of Lektor's tree based nature it almost all records can have children +Because of Lektor's tree based nature almost all records can have children below them. The `children` attribute provides a convenient way to access those. It returns a [Query :ref](../../query/) object that can be used to further filter down children.