SDL: Sync SDL3 wiki -> header (8c852)

From 8c852f4dcffb118ecdd5d62c7e1b8656733281ce Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sat, 25 Mar 2023 22:11:16 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

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

diff --git a/docs/README-android.md b/docs/README-android.md
index 3b5213861f00..4f6b75a0aad1 100644
--- a/docs/README-android.md
+++ b/docs/README-android.md
@@ -69,7 +69,7 @@ done in the build directory for the app!
 For more complex projects, follow these instructions:
 
 1. Get the source code for SDL and copy the 'android-project' directory located at SDL/android-project to a suitable location. Also make sure to rename it to your project name (In these examples: YOURPROJECT).
-   
+
    (The 'android-project' directory can basically be seen as a sort of starting point for the android-port of your project. It contains the glue code between the Android Java 'frontend' and the SDL code 'backend'. It also contains some standard behaviour, like how events should be handled, which you will be able to change.)
 
 2. Move or [symlink](https://en.wikipedia.org/wiki/Symbolic_link) the SDL directory into the "YOURPROJECT/app/jni" directory