fix: remove typo in docstring

This commit is contained in:
eddyizm
2024-06-15 22:15:54 -07:00
parent e9ad400559
commit 3cdc5143ce

View File

@@ -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"