Skip to content

Commit

Permalink
fix(taskprocessing): fix typo in text2text task type
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
  • Loading branch information
julien-nc committed Jul 25, 2024
1 parent 5ed55b0 commit 0b04a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/TaskProcessing/TaskTypes/TextToText.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getName(): string {
* @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');
}

/**
Expand Down

0 comments on commit 0b04a6a

Please sign in to comment.