Skip to content

Commit

Permalink
docs: fix typos in release 0.37.0 blog (#3317)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJGooding authored Sep 15, 2023
1 parent 8b4ecb2 commit 137a987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/blog/posts/release0.37.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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

Expand Down

0 comments on commit 137a987

Please sign in to comment.