File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4545
4646## Reward repeated use
4747Use 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
5151A builtin command palette with fuzzy searching puts powerful commands at your fingertips.
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
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,
122122with zero configuration. Even behind a firewall.
123123"""
124124
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ class ListViews(containers.VerticalGroup):
237237 ## List Views and Option Lists
238238
239239A 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 .
277277And a RichLog widget to display Rich renderables.
278278
279279"""
You can’t perform that action at this time.
0 commit comments