Skip to content

Commit 5cf449c

Browse files
authored
docs(blog): fix broken text area link (#3368)
1 parent d09e2d4 commit 5cf449c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/blog/posts/release0-38-0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors:
1010

1111
# Textual 0.38.0 adds a syntax aware TextArea
1212

13-
The is the second big feature release this month after last week's [command palette](./release0.37.0.md).
13+
This is the second big feature release this month after last week's [command palette](./release0.37.0.md).
1414

1515
<!-- more -->
1616

@@ -58,7 +58,7 @@ If you do want to style something outside of the widget you can set `SCOPED_CSS=
5858
## Light and Dark pseudo selectors
5959

6060
We've also made a slight quality of life improvement to the CSS, by adding `:light` and `:dark` pseudo selectors.
61-
This allows you to change styles depending on wether you have dark mode enabled or not.
61+
This allows you to change styles depending on whether you have dark mode enabled or not.
6262

6363
This was possible before, just a little verbose.
6464
Here's how you would do it in 0.37.0:
@@ -69,7 +69,7 @@ App.-dark-mode MyWidget Label {
6969
}
7070
```
7171

72-
In 0.38.0 its a little more concise and readable:
72+
In 0.38.0 it's a little more concise and readable:
7373

7474
```css
7575
MyWidget:dark Label {

0 commit comments

Comments
 (0)