From 46c9d13657a3618d70059ec8b0c9d13cd88bf109 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:16:10 +0300 Subject: [PATCH] docs: fix typos Update integrations-assemblyai.md (#5220) --- docs/docs/Integrations/integrations-assemblyai.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/Integrations/integrations-assemblyai.md b/docs/docs/Integrations/integrations-assemblyai.md index 3c9ec98b4..e68d3203b 100644 --- a/docs/docs/Integrations/integrations-assemblyai.md +++ b/docs/docs/Integrations/integrations-assemblyai.md @@ -57,7 +57,7 @@ This component allows you to submit an audio or video file for transcription. - Transcript ID: The id of the transcript -### AssebmlyAI Poll Transcript +### AssemblyAI Poll Transcript This components allows you to poll the transcripts. It checks the status of the transcript every few seconds until the transcription is completed. @@ -69,7 +69,7 @@ This components allows you to poll the transcripts. It checks the status of the - Transcription Result: The AssemblyAI JSON response of a completed transcript. Contains the text and other info. -### AssebmlyAI Get Subtitles +### AssemblyAI Get Subtitles This component allows you to generate subtitles in SRT or VTT format. @@ -83,7 +83,7 @@ This component allows you to generate subtitles in SRT or VTT format. - Subtitles: A JSON response with the `subtitles` field containing the captions in SRT or VTT format. -### AssebmlyAI LeMUR +### AssemblyAI LeMUR This component allows you to apply Large Language Models to spoken data using the [AssemblyAI LeMUR framework](https://www.assemblyai.com/docs/lemur).