From b8bd810b9f59d1b99ec3573dfbe3ce75b3acaa97 Mon Sep 17 00:00:00 2001 From: kimv Date: Wed, 5 Oct 2022 21:17:23 +0200 Subject: [PATCH] Correct grammar --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 342967129..42d6a1e27 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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.