docs: fix typo in getPlaybackRate() : Promise<number> documentation

This commit is contained in:
Olivier Bouillet 2024-05-28 17:06:00 +02:00 committed by Chocobozzz
parent b7e07bde8c
commit 67c1f1985f

View File

@ -242,7 +242,7 @@ Otherwise, `resolutionId` should be the ID of an object returned by `getResoluti
Get the available playback rates, where `1` represents normal speed, `0.5` is half speed, `2` is double speed, etc.
### `getPlaybackRates() : Promise<number>`
### `getPlaybackRate() : Promise<number>`
Get the current playback rate. See `getPlaybackRates()` for more information.