From 1eecba0ee0de9fd401d3534ab99c50ffdcbc411a Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Tue, 13 Mar 2018 19:31:54 -0400 Subject: [PATCH] Typos and small fixes --- website/src/docs/golden-retriever.md | 2 ++ website/src/docs/index.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/website/src/docs/golden-retriever.md b/website/src/docs/golden-retriever.md index d429e21ef..16e0b6707 100644 --- a/website/src/docs/golden-retriever.md +++ b/website/src/docs/golden-retriever.md @@ -35,3 +35,5 @@ if ('serviceWorker' in navigator) { }) } ``` + +Voila, that’s it. Happy retrieving! diff --git a/website/src/docs/index.md b/website/src/docs/index.md index 809d01f1b..37a2d8a46 100644 --- a/website/src/docs/index.md +++ b/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