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;