SDL: Sync SDL3 wiki -> header (2ad22)

From 2ad22eeeb5f415d0d4a1789a622e1d6444811e58 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sun, 5 Nov 2023 14:02:06 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 docs/README-main-functions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/README-main-functions.md b/docs/README-main-functions.md
index 598560f7ee90..996be41857ea 100644
--- a/docs/README-main-functions.md
+++ b/docs/README-main-functions.md
@@ -64,7 +64,7 @@ they always have.
 
 If you have never controlled your process's entry point (you are using SDL
 as a module from a general-purpose scripting language interpreter, or you're
-SDL in a plugin for some otherwise-unrelated app), then there is nothing
+using SDL in a plugin for some otherwise-unrelated app), then there is nothing
 required of you here; there is no startup code in SDL's entry point code that
 is required, so using SDL_main.h is completely optional. Just start using
 the SDL API when you are ready.