Skip to content

Commit

Permalink
Revert "Fix typo. (#143)" (#146)
Browse files Browse the repository at this point in the history
This reverts commit 1bef182.
  • Loading branch information
missuo authored Oct 3, 2024
1 parent 1bef182 commit 9e8c68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TranslateByDeepLX(sourceLang string, targetLang string, translateText strin
if err != nil {
return DeepLXTranslationResult{
Code: http.StatusServiceUnavailable,
Message: "Unkown error",
Message: "Uknown error",
}, nil
}
transport := &http.Transport{
Expand Down

0 comments on commit 9e8c68f

Please sign in to comment.