From e3976155fddab4d29187e302e5ccb9770041dca6 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 24 Feb 2023 17:12:14 +0000 Subject: [PATCH] Update docs/blog/posts/release0-12-0.md Co-authored-by: Dave Pearson --- docs/blog/posts/release0-12-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/release0-12-0.md b/docs/blog/posts/release0-12-0.md index d25810397..d99ce3c0a 100644 --- a/docs/blog/posts/release0-12-0.md +++ b/docs/blog/posts/release0-12-0.md @@ -19,7 +19,7 @@ It's been just 9 days since the previous release, but we have a few interesting We've added a little *syntactical sugar* to Textual's `compose` methods, which aids both readability and *editability* (that might not be a word). -First, lets look at the old way of building compose methods. This snippet is taken from the `textual colors` command. +First, let's look at the old way of building compose methods. This snippet is taken from the `textual colors` command. ```python