diff --git a/docs/examples/events/dictionary.py b/docs/examples/events/dictionary.py index 24544c39e..cf85c2bf6 100644 --- a/docs/examples/events/dictionary.py +++ b/docs/examples/events/dictionary.py @@ -12,7 +12,7 @@ from textual.widgets import Static, Input class DictionaryApp(App): - """Searches ab dictionary API as-you-type.""" + """Searches a dictionary API as-you-type.""" CSS_PATH = "dictionary.css"