Artur Paikin 6 lat temu
rodzic
commit
356034de9b

+ 1 - 1
website/src/docs/aws-s3.md

@@ -6,7 +6,7 @@ permalink: docs/aws-s3/
 ---
 
 The `AwsS3` plugin can be used to upload files directly to an S3 bucket.
-Uploads can be signed using [uppy-server][uppy-server docs] or a custom signing function.
+Uploads can be signed using [Uppy Server][uppy-server docs] or a custom signing function.
 
 ```js
 const AwsS3 = require('uppy/lib/plugins/AwsS3')

+ 1 - 1
website/src/docs/dropbox.md

@@ -5,7 +5,7 @@ title: "Dropbox"
 permalink: docs/dropbox/
 ---
 
-The Dropbox plugin lets users import files their Google Drive account.
+The Dropbox plugin lets users import files their Dropbox account.
 
 An Uppy Server instance is required for the Dropbox plugin to work. Uppy Server handles authentication with Dropbox, downloads the files, and uploads them to the destination. This saves the user bandwidth, especially helpful if they are on a mobile connection.
 

+ 1 - 1
website/src/docs/instagram.md

@@ -5,7 +5,7 @@ title: "Instagram"
 permalink: docs/instagram/
 ---
 
-The Instagram plugin lets users import files their Google Drive account.
+The Instagram plugin lets users import files their Instagram account.
 
 An Uppy Server instance is required for the Instagram plugin to work. Uppy Server handles authentication with Instagram, downloads the pictures and videos, and uploads them to the destination. This saves the user bandwidth, especially helpful if they are on a mobile connection.