Skip to content

Commit

Permalink
Merge pull request #100 from LDannijs/tts-docs-fix
Browse files Browse the repository at this point in the history
Fix ID in tts-documentation-url
  • Loading branch information
KrishnaIyer committed Sep 11, 2024
2 parents 4e77ff3 + 3843f6f commit f725e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const csvWriter = createObjectCsvWriter({
{ id: 'name', title: 'Name' },
{ id: 'description', title: 'Description' },
{ id: 'documentationUrl', title: 'Documentation URL' },
{ id: 'TTSDocumentationUrl', title: 'TTS Documentation URL' },
{ id: 'ttsDocumentationUrl', title: 'TTS Documentation URL' },
{ id: 'format', title: 'Format' },
]
});
Expand Down

0 comments on commit f725e32

Please sign in to comment.