diff options
Diffstat (limited to 'lib/public/SpeechToText/ISpeechToTextManager.php')
-rw-r--r-- | lib/public/SpeechToText/ISpeechToTextManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/SpeechToText/ISpeechToTextManager.php b/lib/public/SpeechToText/ISpeechToTextManager.php index 297be43e6db..7bcd60bce8c 100644 --- a/lib/public/SpeechToText/ISpeechToTextManager.php +++ b/lib/public/SpeechToText/ISpeechToTextManager.php @@ -43,7 +43,7 @@ interface ISpeechToTextManager { * Will schedule a transcription process in the background. The result will become available * with the \OCP\SpeechToText\Events\TranscriptionFinishedEvent * You should add context information to the context array to re-identify the transcription result as - * as belonging to your transcription request. + * belonging to your transcription request. * * @since 27.0.0 * @throws PreConditionNotMetException If no provider was registered but this method was still called |