diff --git a/examples/dictionary.py b/examples/dictionary.py index 88b6c1774..34055c3ca 100644 --- a/examples/dictionary.py +++ b/examples/dictionary.py @@ -13,7 +13,7 @@ from textual.widgets import Input, Markdown class DictionaryApp(App): - """Searches ab dictionary API as-you-type.""" + """Searches a dictionary API as-you-type.""" CSS_PATH = "dictionary.tcss"