Skip to content

Commit 6f3878e

Browse files
authored
fix: typo in upload files using pre-signed urls documentation page (#1492)
1 parent 30b0a29 commit 6f3878e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/integrations/presigned-put-upload-via-browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide describes how to use the [`presignedPutObject`](https://min.io/docs/m
88
2. [Create the Client-side Web Application](#createclient)
99

1010
## <a name="createserver"></a>1. Create the Server
11-
The server consists of an [Express](https://expressjs.com) Node.js server that exposes an endpoint called `/presignedUrl`. This endpoint uses a `Minio.Client` object to generate a short-lived, pre-signed URL that can be used to upload a file to Mino Server.
11+
The server consists of an [Express](https://expressjs.com) Node.js server that exposes an endpoint called `/presignedUrl`. This endpoint uses a `Minio.Client` object to generate a short-lived, pre-signed URL that can be used to upload a file to MinIO Server.
1212

1313
```js
1414
// In order to use the MinIO JavaScript API to generate the pre-signed URL, begin by instantiating

0 commit comments

Comments
 (0)