Merge pull request #137 from Dhekke/patch-1

Fix wording on docs/api/db/record/children/
This commit is contained in:
David Baumgold 2016-12-31 00:17:52 -05:00 committed by GitHub
commit 855827f606
1 changed files with 1 additions and 1 deletions

View File

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