Skip to content

Commit 77b6888

Browse files
Update docs/useCases.md
fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a4b6fd4 commit 77b6888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/useCases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2593,7 +2593,7 @@ import { submitContactInfo } from '@iqss/dataverse-client-javascript'
25932593
/* ... */
25942594

25952595
const contactDTO: ContactDTO = {
2596-
targedId: 1,
2596+
targetId: 1,
25972597
subject: 'Data Question',
25982598
body: 'Please help me understand your data. Thank you!',
25992599
fromEmail: 'test@gmail.com'

0 commit comments

Comments
 (0)