mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix: typo
This commit is contained in:
parent
f76ee000b0
commit
dbd590228d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue