Skip to content

Commit a3d9828

Browse files
authored
Typo 4 15 25 (#235)
* fix examples * wording
1 parent bbe9643 commit a3d9828

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)