fix(taskprocessing): fix typo in text2text task type

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
pull/46722/head
Julien Veyssier 4 months ago
parent 5ed55b0634
commit 0b04a6aa48
No known key found for this signature in database
GPG Key ID: 4141FEE162030638
  1. 2
      lib/public/TaskProcessing/TaskTypes/TextToText.php

@ -51,7 +51,7 @@ class TextToText implements ITaskType {
* @since 30.0.0
*/
public function getDescription(): string {
return $this->l->t('Runs an arbitrary prompt through a language model that retuns a reply');
return $this->l->t('Runs an arbitrary prompt through a language model that returns a reply');
}
/**

Loading…
Cancel
Save