From e6edf8adc7bfe470c005af4a1f51217c0f355831 Mon Sep 17 00:00:00 2001 From: danvolchek Date: Sat, 14 Sep 2019 12:44:03 -0700 Subject: [PATCH] fix saving event doc typo --- src/SMAPI/Events/IGameLoopEvents.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMAPI/Events/IGameLoopEvents.cs b/src/SMAPI/Events/IGameLoopEvents.cs index a576895b..6855737b 100644 --- a/src/SMAPI/Events/IGameLoopEvents.cs +++ b/src/SMAPI/Events/IGameLoopEvents.cs @@ -26,7 +26,7 @@ namespace StardewModdingAPI.Events /// Raised after the game finishes creating the save file. event EventHandler SaveCreated; - /// Raised before the game begins writes data to the save file (except the initial save creation). + /// Raised before the game begins writing data to the save file (except the initial save creation). event EventHandler Saving; /// Raised after the game finishes writing data to the save file (except the initial save creation).