We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e77ff3 commit 3843f6fCopy full SHA for 3843f6f
bin/csv.js
@@ -18,7 +18,7 @@ const csvWriter = createObjectCsvWriter({
18
{ id: 'name', title: 'Name' },
19
{ id: 'description', title: 'Description' },
20
{ id: 'documentationUrl', title: 'Documentation URL' },
21
- { id: 'TTSDocumentationUrl', title: 'TTS Documentation URL' },
+ { id: 'ttsDocumentationUrl', title: 'TTS Documentation URL' },
22
{ id: 'format', title: 'Format' },
23
]
24
});
0 commit comments