From fe8b9209f5ae37bd8ae85814935c76effbe9fdca Mon Sep 17 00:00:00 2001 From: Sunho Kim Date: Sat, 27 Oct 2018 18:22:30 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eebf60a5..cc013773 100644 --- a/README.md +++ b/README.md @@ -612,7 +612,7 @@ if (await RNFS.isResumable(jobId) { For use when using background downloads, tell iOS you are done handling a completed download. -Read more about background donwloads in the [Background Downloads Tutorial (iOS)](#background-downloads-tutorial-ios) section. +Read more about background downloads in the [Background Downloads Tutorial (iOS)](#background-downloads-tutorial-ios) section. ### (iOS only) `uploadFiles(options: UploadFileOptions): { jobId: number, promise: Promise }`