From dbd590228d7128353ae026bcb2cddba3e00adb46 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Tue, 8 Oct 2024 14:39:59 -0300 Subject: [PATCH] fix: typo --- src/translators/DeepLTranslator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translators/DeepLTranslator.ts b/src/translators/DeepLTranslator.ts index fd8788dd..b340a715 100644 --- a/src/translators/DeepLTranslator.ts +++ b/src/translators/DeepLTranslator.ts @@ -10,7 +10,7 @@ import { import { languageSchema } from '@/schema.ts'; interface DeepLTranslatorOpts { - /** DeepL endpoint to use. Default: 'https://api.deepl.com '*/ + /** DeepL endpoint to use. Default: 'https://api.deepl.com' */ endpoint?: string; /** DeepL API key. */ apiKey: string;