From a9704fddfa742c6b020a0a3707f0df1c5b35f9b7 Mon Sep 17 00:00:00 2001 From: Mark Olson <41911657+mholson@users.noreply.github.com> Date: Sat, 28 Oct 2023 09:16:24 +0200 Subject: [PATCH] fix typo 'that' -> 'than' --- docs/guide/queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/queries.md b/docs/guide/queries.md index ff58ca2774..aac50fdfa1 100644 --- a/docs/guide/queries.md +++ b/docs/guide/queries.md @@ -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