From 37974109a75646f790ec0564ff5d6f3fea3a1601 Mon Sep 17 00:00:00 2001 From: Emily Lam Date: Mon, 3 Jun 2019 21:14:38 -0700 Subject: [PATCH] Update blockstack_storage.md Got an uncaught ReferenceError: scopes is not defined --- _browser/blockstack_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_browser/blockstack_storage.md b/_browser/blockstack_storage.md index a9d2b61b..2276347c 100644 --- a/_browser/blockstack_storage.md +++ b/_browser/blockstack_storage.md @@ -173,7 +173,7 @@ Modify your authentication request to include the `publish_data` scope. 3. Change it to this: ```javascript - const appConfig = new AppConfig(scopes:['store_write', 'publish_data']) + const appConfig = new AppConfig(['store_write', 'publish_data']) ``` By default, authentication requests include the `store_write` scope which