From a20dbbe32558420131f47b07dd35cfa501b707be Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 15 Oct 2022 22:26:19 +0100 Subject: [PATCH] Drop `the` This could either be dropping `the`, as I've done here, or perhaps adding something like `approach` after `SCREENS`. I feel one or the other is needed to make this flow well. --- docs/guide/screens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/screens.md b/docs/guide/screens.md index 4103c8925..28a048e25 100644 --- a/docs/guide/screens.md +++ b/docs/guide/screens.md @@ -68,7 +68,7 @@ You can also _install_ new named screens dynamically with the [install_screen][t ```{.textual path="docs/examples/guide/screens/screen02.py" press="b,_"} ``` -Although both do the same thing, we recommend the `SCREENS` for screens that exist for the lifetime of your app. +Although both do the same thing, we recommend `SCREENS` for screens that exist for the lifetime of your app. ### Uninstalling screens