Skip to content

Commit

Permalink
Merge pull request #3607 from mholson/patch-1
Browse files Browse the repository at this point in the history
fix typo 'that' -> 'than'
  • Loading branch information
davep authored Oct 28, 2023
2 parents f02cde2 + a9704fd commit 001881c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In the previous chapter we introduced the [DOM](../guide/CSS.md#the-dom) which is how Textual apps keep track of widgets. We saw how you can apply styles to the DOM with CSS [selectors](./CSS.md#selectors).

Selectors are a very useful idea and can do more that apply styles. We can also find widgets in Python code with selectors, and make updates to widgets in a simple expressive way. Let's look at how!
Selectors are a very useful idea and can do more than apply styles. We can also find widgets in Python code with selectors, and make updates to widgets in a simple expressive way. Let's look at how!

## Query one

Expand Down

0 comments on commit 001881c

Please sign in to comment.