From 5d5cd3a88b0ef052d6e4899c513d0f81b8fc015d Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Mon, 8 Jan 2018 15:40:48 -0500 Subject: [PATCH] fix typo --- website/src/docs/tus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/tus.md b/website/src/docs/tus.md index 42b625ffe..9327a0c6f 100644 --- a/website/src/docs/tus.md +++ b/website/src/docs/tus.md @@ -24,7 +24,7 @@ The Tus plugin supports all of [tus-js-client][]’s options. Additionally: A boolean indicating whether tus should attempt to resume the upload if the upload has been started in the past. This includes storing the file’s upload url. Use false to force an entire reupload. -Note that this opition is about resuming when you start an upload again with the same file, or when using [Golden Retriever](/docs/golden-retriever/), which will attempt to restore upload state to what it was before page refresh / browser crash. Even if you set `resume: false` when using Tus uploader, users will still be able to pause/resume an ongoing upload. +Note that this option is about resuming when you start an upload again with the same file, or when using [Golden Retriever](/docs/golden-retriever/), which will attempt to restore upload state to what it was before page refresh / browser crash. Even if you set `resume: false` when using Tus uploader, users will still be able to pause/resume an ongoing upload. In most cases you should leave this option as is, relax, and enjoy resumable uploads.