fix: typo

This commit is contained in:
P. Reis 2024-10-08 14:39:59 -03:00
parent f76ee000b0
commit dbd590228d

View file

@ -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;