From 67c1f1985f9e7f5e25c716b7d0b835eb598444ee Mon Sep 17 00:00:00 2001 From: Olivier Bouillet Date: Tue, 28 May 2024 17:06:00 +0200 Subject: [PATCH] docs: fix typo in getPlaybackRate() : Promise documentation --- support/doc/api/embeds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md index 8d05ecaee..831cb5ab6 100644 --- a/support/doc/api/embeds.md +++ b/support/doc/api/embeds.md @@ -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` +### `getPlaybackRate() : Promise` Get the current playback rate. See `getPlaybackRates()` for more information.