From 735340724f4d052da3b18d2c3d048a9ef5543803 Mon Sep 17 00:00:00 2001 From: powerful23 Date: Wed, 26 Dec 2018 10:49:37 -0800 Subject: [PATCH] minor change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de7253c4cb4..3e1d903b744 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ Storage.put(key, fileObj, {level: 'private'}) .then (result => console.log(result)) .catch(err => console.log(err)); - // Store data with specifying its MIME type + // Stores data with specifying its MIME type Storage.put(key, fileObj, { level: 'private', contentType: 'text/plain'