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).