From 14d2471a8f5d4ed9e2204db39f8c4f0025012b37 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sun, 5 Nov 2023 14:04:05 +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 996be41857ea..b3de1e1e528d 100644
--- a/docs/README-main-functions.md
+++ b/docs/README-main-functions.md
@@ -99,7 +99,7 @@ Video targets like Wayland can notify the app when to draw a new frame, to
save battery life and cooperate with the compositor more closely.
In most cases, you can add special-case code to your program to deal with this
-on different platforms, but SDL3 offers a system to handle transparently on
+on different platforms, but SDL3 offers a system to handle this transparently on
the app's behalf.
To use this, you have to redesign the highest level of your app a little. Once