SDL: Sync SDL3 wiki -> header (efaf3)

https://github.com/libsdl-org/SDL/commit/efaf3739c6f7297cbd4fa491589514b22101d17a

From efaf3739c6f7297cbd4fa491589514b22101d17a Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 13 Jan 2025 19:42:26 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_storage.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL3/SDL_storage.h b/include/SDL3/SDL_storage.h
index e5ef689f1c9e4..afe50cb1ddc53 100644
--- a/include/SDL3/SDL_storage.h
+++ b/include/SDL3/SDL_storage.h
@@ -112,8 +112,8 @@
  *   validated, so an error occurring elsewhere in the program may result in
  *   missing/corrupted save data
  *
- * When using, SDL_Storage, these types of problems are virtually impossible
- * to trip over:
+ * When using SDL_Storage, these types of problems are virtually impossible to
+ * trip over:
  *
  * ```c
  * void ReadGameData(void)