Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Oct 13, 2023
1 parent 9b9d214 commit 3f4549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/masto/translate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export async function translateText(text: string, from: string | null | undefine
},
}) as TranslationResponse
status.success = true
// reaplace the translated links with the original
// replace the translated links with the original
status.text = response.translatedText.replace(regex, (match) => {
const tagLink = regex.exec(text)
return tagLink ? tagLink[0] : match
Expand Down

0 comments on commit 3f4549a

Please sign in to comment.