Browse Source

Typos and small fixes

Artur Paikin 7 years ago
parent
commit
1eecba0ee0
2 changed files with 3 additions and 1 deletions
  1. 2 0
      website/src/docs/golden-retriever.md
  2. 1 1
      website/src/docs/index.md

+ 2 - 0
website/src/docs/golden-retriever.md

@@ -35,3 +35,5 @@ if ('serviceWorker' in navigator) {
     })
 }
 ```
+
+Voila, that’s it. Happy retrieving!

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

@@ -31,7 +31,7 @@ uppy.on('complete', (result) => {
 
 Drag and Drop, Webcam, basic file manipulation (adding metadata), uploading via tus resumable uploads or XHR/Multipart is all possible using just the uppy client module.
 
-Adding [Uppy Server](/docs/server/) to the mix enables remote sources such as Instagram, Google Drive, Dropbox, and direct urls. Uploads from remote sources are handled server-to-server, so a 5 GB video won’t be eating into your mobile data plan. Files are removed from Uppy Server after an upload is complete, or after a reasonable timeout. Access tokens also don’t stick around for long, for security reasons.
+Adding [Uppy Server](/docs/server/) to the mix enables remote sources such as Instagram, Google Drive, Dropbox, and remote urls. Uploads from remote sources are handled server-to-server, so a 5 GB video won’t be eating into your mobile data plan. Files are removed from Uppy Server after an upload is complete, or after a reasonable timeout. Access tokens also don’t stick around for long, for security reasons.
 
 ## Installation