Skip to content

Commit f314bde

Browse files
committed
docs: typo
1 parent dab3b3c commit f314bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/job_with_file_input_sample.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function createJobWithFileInput(){
5454
logger.info(` key ${output.name}, type ${output.mediaType}, description: ${output.description}`);
5555
}
5656
// Send the job:
57-
// A file input can be a byte array or any file path. This input type fits for any size files.
57+
// A file input can be a byte array or any file path. This input type fits files of any size.
5858
const imagePath = 'samples/image.png';
5959
const configPath = 'samples/config.json';
6060
// With the info about the model (identifier), the model version (version string, input/output keys), you are ready to

0 commit comments

Comments
 (0)