From 7182c7981419bbf0712440dbef9b298722f218c1 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 13 Oct 2022 15:46:17 +0100 Subject: [PATCH] Lets to let's --- 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 9cea67855..14e5c79cb 100644 --- a/docs/guide/app.md +++ b/docs/guide/app.md @@ -151,7 +151,7 @@ The addition of `[str]` tells mypy that `run()` is expected to return a string. Textual apps can reference [CSS](CSS.md) files which define how your app and widgets will look, while keeping your Python code free of display related code (which tends to be messy). -The chapter on [Textual CSS](CSS.md) describes how to use CSS in detail. For now lets look at how your app references external CSS files. +The chapter on [Textual CSS](CSS.md) describes how to use CSS in detail. For now let's look at how your app references external CSS files. The following example enables loading of CSS by adding a `CSS_PATH` class variable: