From 9b779c130d55b0ea18cfdb6c331649653da47510 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Tue, 10 Jan 2023 01:42:16 -0500 Subject: [PATCH] Fix typo --- docs/examples/events/dictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"