From 137a98759dd01ad4af70c471d02c73737c4ead47 Mon Sep 17 00:00:00 2001 From: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:01:09 +0100 Subject: [PATCH] docs: fix typos in release 0.37.0 blog (#3317) --- docs/blog/posts/release0.37.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/blog/posts/release0.37.0.md b/docs/blog/posts/release0.37.0.md index 82c40bf688..fd6a55c16c 100644 --- a/docs/blog/posts/release0.37.0.md +++ b/docs/blog/posts/release0.37.0.md @@ -46,7 +46,7 @@ class ColorCommands(Provider): ) ``` -And here is how you add a provider to you app: +And here is how you add a provider to your app: ```python class ColorApp(App): @@ -55,7 +55,7 @@ class ColorApp(App): COMMANDS = App.COMMANDS | {ColorCommands} ``` -We're excited about this feature because it is a step towards brining a common user interface to Textual apps. +We're excited about this feature because it is a step towards bringing a common user interface to Textual apps. !!! quote