diff --git a/packages/docs/docs/player/media-keys.mdx b/packages/docs/docs/player/media-keys.mdx index 981bc06c3b0..4e6356577f4 100644 --- a/packages/docs/docs/player/media-keys.mdx +++ b/packages/docs/docs/player/media-keys.mdx @@ -124,7 +124,7 @@ This leads to the problem that the user can resume any media tag by pressing the Remotion's `register-media-session` handler is supposed to only work with 1 Player mounted. It is not defined which Player reacts to the media keys. -Whe working with multiple Players, set one to `do-nothing` mode and the other to `register-media-session` mode to explicitly set the Media Keys for only 1 Player. +When working with multiple Players, set one to `do-nothing` mode and the other to `register-media-session` mode to explicitly set the Media Keys for only 1 Player. If you want all Players to react to the media keys, you need to use `do-nothing` mode and implement this behavior yourself with the Player API.