Skip to content

Commit 5612cd1

Browse files
committed
wording
1 parent 15f2569 commit 5612cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/upload-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ console.log(retrievedFile.contentType) // prints 'application/x-www-form-urlenco
7676
console.log(retrievedFile.data.toUtf8()) // prints 'Bee is awesome!'
7777
```
7878

79-
In browsers, you can directly upload using the [`File` interface](https://developer.mozilla.org/en-US/docs/Web/API/File). The filename is taken from the `File` object itself, but can be overwritten through the second argument of the `uploadFile` function.
79+
You can directly upload using the [`File` interface](https://developer.mozilla.org/en-US/docs/Web/API/File). The filename is taken from the `File` object itself, but can be overwritten through the second argument of the `uploadFile` function.
8080

8181

8282
```js

0 commit comments

Comments
 (0)