SDL_mixer: Sync SDL3_mixer wiki -> header (3bafe)

From 3bafebff0946b33b64020dae7c451f90ec013d66 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 3 Nov 2025 23:47:10 +0000
Subject: [PATCH] Sync SDL3_mixer wiki -> header

[ci skip]
---
 docs/README-migration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/README-migration.md b/docs/README-migration.md
index c6620146..5d4f8e1a 100644
--- a/docs/README-migration.md
+++ b/docs/README-migration.md
@@ -17,7 +17,7 @@ think that once you move to them, you'll be quite happy you did.
 There are a lot of things that don't have simple replacements that can be
 changed mechanically to migrate to SDL3_mixer. The new API is in many ways
 more powerful, but also much simpler. For example, there's no equivalent of
-Mix_ModMusicJumpToOrder(), for example, because messing with the specifics
+Mix_ModMusicJumpToOrder(), because messing with the specifics
 of MOD files in the public API is both uncommon and generally pretty messy.
 
 This migration guide will attempt to walk through the important details but