Skip to content

Commit f479f70

Browse files
committed
docs: adjust JSDoc string
1 parent d30c719 commit f479f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AudioPlayer/WithAudioPlayback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const useAudioPlayer = ({
6969
if (!audioPlayer) return;
7070
/**
7171
* Avoid having to pass client and translation function to AudioPlayer instances
72-
* and instead provide registerError function that overrides the default.
72+
* and instead provide plugin that takes care of translated notifications.
7373
*/
7474
const notificationsPlugin = audioPlayerNotificationsPluginFactory({ client, t });
7575
audioPlayer.setPlugins((currentPlugins) => [

0 commit comments

Comments
 (0)