From 087654a246aa119eed4fdfeeed153840112c8de0 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 1 Feb 2023 17:49:33 +0100 Subject: [PATCH] Update docs/guide/app.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> --- docs/guide/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/app.md b/docs/guide/app.md index aea725fed..b11d02184 100644 --- a/docs/guide/app.md +++ b/docs/guide/app.md @@ -196,7 +196,7 @@ You can change these defaults by defining `TITLE` and `SUB_TITLE` class variable --8<-- "docs/examples/app/question_title01.py" ``` -Note the title and subtitle are displayed by the builtin [Header](./../widgets/header.md) widget at the top of the screen: +Note that the title and subtitle are displayed by the builtin [Header](./../widgets/header.md) widget at the top of the screen: ```{.textual path="docs/examples/app/question_title01.py"} ```