Correct grammar

This commit is contained in:
kimv
2022-10-05 21:17:23 +02:00
parent 6ac227121c
commit b8bd810b9f

View File

@@ -432,7 +432,7 @@ Let's use these methods to implement adding and removing stopwatches to our app.
Here's a summary of the changes:
- The Container object in StopWatchApp grew an ID of "timers"
- The Container object in StopWatchApp grew a "timers" ID.
- Added `action_add_stopwatch` to add a new stopwatch.
- Added `action_remove_stopwatch` to remove a stopwatch.
- Added keybindings for the actions.