Skip to content

Commit 0164e3a

Browse files
Fix inline query documentation (#2462)
Clarifies how the inline queries can lift information from the current page, or a linked file.
1 parent 9ea88b9 commit 0164e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/docs/queries/dql-js-inline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ would, for example, render to
4949
Today is November 07, 2022 - 2 months, 5 days until exams!
5050
~~~
5151

52-
**Inline DQL** cannot query multiple pages. They always display exactly one value, not a list (or table) of values. You can either access the properties of the **current page** via prefix `this.` or a different page via `[[linkToPage]]`.
52+
**Inline DQL** queries always display exactly one value, not a list (or table) of values. You can access the properties of the **current page** via prefix `this.` or a different page via `[[linkToPage]].`.
5353

5454
~~~markdown
5555
`= this.file.name`

0 commit comments

Comments
 (0)