diff --git a/src/utils/game-data-utils.ts b/src/utils/game-data-utils.ts index 38ff0068a5f..15fd1202d09 100644 --- a/src/utils/game-data-utils.ts +++ b/src/utils/game-data-utils.ts @@ -2,7 +2,7 @@ import { loggedInUser } from "#app/account"; /** * Utility function to obtain the local storage key for a given save slot. - * @param slotId - The numerical save slot ID. + * @param slotId - The numerical save slot ID * Will throw an error if `<0` (in line with standard util functions) * @returns The local storage key used to access the save data for the given slot. */