Update docs/guide/app.md

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Will McGugan
2023-02-01 17:49:33 +01:00
committed by GitHub
parent 340f7c53bc
commit 087654a246

View File

@@ -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"}
```