Skip to content

Commit 67cd569

Browse files
authored
docs: typo fix
1 parent 036f9e5 commit 67cd569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upload-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
await page.setInputFiles('input#upload', 'myfile.pdf');
99
```
1010

11-
You can select input files for upload using the `page.setInputFiles` method. It expects first arcument to point to an [input element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input) with the type `"file"`. Multiple files can be passed in the array. If some of the file paths are relative, they are resolved relative to the [current working directory](https://nodejs.org/api/process.html#process_process_cwd). Empty array clears the selected files.
11+
You can select input files for upload using the `page.setInputFiles` method. It expects first argument to point to an [input element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input) with the type `"file"`. Multiple files can be passed in the array. If some of the file paths are relative, they are resolved relative to the [current working directory](https://nodejs.org/api/process.html#process_process_cwd). Empty array clears the selected files.
1212

1313
#### Variations
1414

0 commit comments

Comments
 (0)