Skip to content

Commit 83f92f9

Browse files
committed
Clarify
1 parent 82d0ac5 commit 83f92f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For instance, the following would return a `Button` instance (assuming there is
4141
my_button = self.query_one(Button)
4242
```
4343

44-
`query_one` searches *below* the widget it is called on, so if you call `query_one` on a widget, it will only find widgets that are descendants of that widget.
44+
`query_one` searches the DOM *below* the widget it is called on, so if you call `query_one` on a widget, it will only find widgets that are descendants of that widget.
4545

4646
If you wish to search the entire DOM, you should call `query_one` on the `App` or `Screen` instance.
4747

0 commit comments

Comments
 (0)