Skip to content

Commit

Permalink
chore: a typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengShi-1 committed Feb 27, 2025
1 parent b8a8478 commit ca9f86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files/domain/useCases/UpdateFileMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class UpdateFileMetadata implements UseCase<void> {

/**
* Updates the metadata for a particular File.
* More detailed information about the file restriction behavior can be found in https://guides.dataverse.org/en/latest/api/native-api.html#updating-file-metadata
* More detailed information about updating a file's metadata behavior can be found in https://guides.dataverse.org/en/latest/api/native-api.html#updating-file-metadata
*
* @param {number | string} [fileId] - The file identifier, which can be a string (for persistent identifiers), or a number (for numeric identifiers).
* @param {UpdateFileMetadataDTO} [updateFileMetadataDTO] - The DTO containing the metadata updates.
Expand Down

0 comments on commit ca9f86c

Please sign in to comment.