From 76dfb85407dddbcec2281cae5fa4f6a24a8d86c5 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 11 Dec 2025 23:15:58 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
docs/README-emscripten.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/README-emscripten.md b/docs/README-emscripten.md
index 71d8812aa9bff..5974f637bed8b 100644
--- a/docs/README-emscripten.md
+++ b/docs/README-emscripten.md
@@ -374,9 +374,9 @@ If you try debugging in Firefox and it doesn't work well for no apparent
reason, try Chrome, and vice-versa. These tools are still relatively new,
and improving all the time.
-SDL_Log() (or even plain old printf) will write to the Javascript console,
-and honestly I find printf-style debugging to be easier than setting up a build
-for proper debugging, so use whatever tools work best for you.
+SDL_Log() (or printf) will write to the Javascript console,
+so printf-style debugging can be easier than setting up a build
+for proper debugging. Use whatever tools work best for you.
## Questions?