Skip to content

Commit bc437b0

Browse files
committed
Fixed: typo in docs (2)
1 parent dbe6db0 commit bc437b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/useCases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ _See [use case](../src/files/domain/useCases/UploadFile.ts) implementation_.
839839

840840
The `datasetId` parameter can be a string, for persistent identifiers, or a number, for numeric identifiers.
841841

842-
The `file` parameter is a subclass of Blob (Binary Large Object) that represents a file from the user's filesystem.
842+
The `file` parameter is a subclass of Blob (Binary Large Object) that represents a file.
843843

844844
The `progress` parameter represents a callback function that allows the caller to monitor the progress of the file uploading operation.
845845

@@ -871,7 +871,7 @@ _See [use case](../src/files/domain/useCases/AddUploadedFileToDataset.ts) implem
871871

872872
The `datasetId` parameter can be a string, for persistent identifiers, or a number, for numeric identifiers.
873873

874-
The `file` parameter is a subclass of Blob (Binary Large Object) that represents a file from the caller's filesystem.
874+
The `file` parameter is a subclass of Blob (Binary Large Object) that represents a file.
875875

876876
The `storageId` parameter represents the storage identifier obtained after a successful call to the UploadFile use case.
877877

0 commit comments

Comments
 (0)