fix for test fail

This commit is contained in:
Will McGugan
2022-08-24 09:39:00 +01:00
parent 5fe47da058
commit 9cc48db79f
4 changed files with 4 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ class StopwatchApp(App):
"""A Textual app to manage stopwatches."""
def compose(self) -> ComposeResult:
"""Called to ad widgets to the app."""
"""Called to add widgets to the app."""
yield Header()
yield Footer()
yield Container(Stopwatch(), Stopwatch(), Stopwatch(), id="timers")