Skip to content

Commit ca9f86c

Browse files
committed
chore: a typo fix
1 parent b8a8478 commit ca9f86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files/domain/useCases/UpdateFileMetadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class UpdateFileMetadata implements UseCase<void> {
1111

1212
/**
1313
* Updates the metadata for a particular File.
14-
* 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
14+
* 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
1515
*
1616
* @param {number | string} [fileId] - The file identifier, which can be a string (for persistent identifiers), or a number (for numeric identifiers).
1717
* @param {UpdateFileMetadataDTO} [updateFileMetadataDTO] - The DTO containing the metadata updates.

0 commit comments

Comments
 (0)