Skip to content

Commit ffd780e

Browse files
authored
fix(demo): fix typos and spelling (Textualize#5195)
1 parent 4501ff2 commit ffd780e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/textual/demo/home.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
4646
## Reward repeated use
4747
Use the mouse to explore, but Textual apps are keyboard-centric and reward repeated use.
48-
An experience user can operate a Textual app far faster than their web / GUI counterparts.
48+
An experienced user can operate a Textual app far faster than their web / GUI counterparts.
4949
5050
## Command palette
5151
A builtin command palette with fuzzy searching puts powerful commands at your fingertips.
@@ -79,7 +79,7 @@
7979
8080
## Builtin widgets
8181
82-
A large [library of builtin widgets](https://textual.textualize.io/widget_gallery/), and a growing ecosystem of third party widgets on pyPi
82+
A large [library of builtin widgets](https://textual.textualize.io/widget_gallery/), and a growing ecosystem of third party widgets on PyPI
8383
(this content is generated by the builtin [Markdown](https://textual.textualize.io/widget_gallery/#markdown) widget).
8484
8585
## Reactive variables
@@ -110,15 +110,15 @@
110110
111111
## As a Python library
112112
113-
Textual apps make be pip installed, via tools such as `pipx` or `uvx`, and other package managers.
113+
Textual apps may be pip installed, via tools such as `pipx` or `uvx`, and other package managers.
114114
115115
## As a web application
116116
117-
It takes two lines of code to [serve your Textual app](https://github.com/Textualize/textual-serve) as web application.
117+
It takes two lines of code to [serve your Textual app](https://github.com/Textualize/textual-serve) as a web application.
118118
119119
## Managed web application
120120
121-
With [Textual web](https://github.com/Textualize/textual-serve) you can serve multiple Textual apps on the web,
121+
With [Textual web](https://github.com/Textualize/textual-web) you can serve multiple Textual apps on the web,
122122
with zero configuration. Even behind a firewall.
123123
"""
124124

src/textual/demo/widgets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class ListViews(containers.VerticalGroup):
237237
## List Views and Option Lists
238238
239239
A List View turns any widget in to a user-navigable and selectable list.
240-
An Option List for a for field to present a list of strings to select from.
240+
An Option List for a field to present a list of strings to select from.
241241
242242
"""
243243

@@ -273,7 +273,7 @@ class Logs(containers.VerticalGroup):
273273
LOGS_MD = """\
274274
## Logs and Rich Logs
275275
276-
A Log widget to efficiently display a scrolling view of text, with optional highlighted.
276+
A Log widget to efficiently display a scrolling view of text, with optional highlighting.
277277
And a RichLog widget to display Rich renderables.
278278
279279
"""

0 commit comments

Comments
 (0)