Skip to content

Commit 75fc0c7

Browse files
authored
Merge pull request #6053 from alefteris/fix-examples-typo
fix typo in widgets demo
2 parents bda91a4 + 827a575 commit 75fc0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/demo/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ class Switches(containers.VerticalGroup):
587587
SWITCHES_MD = """\
588588
## Switches
589589
590-
Functionally almost identical to a Checkbox, but more displays more prominently in the UI.
590+
Functionally almost identical to a Checkbox, but displays more prominently in the UI.
591591
"""
592592
DEFAULT_CSS = """\
593593
Switches {

0 commit comments

Comments
 (0)