From 1d5907f2d0e0ff4811b5eac2d609769fa0037f40 Mon Sep 17 00:00:00 2001 From: Mark Hendrickson Date: Thu, 3 Dec 2020 20:28:48 +0100 Subject: [PATCH] feat: fix linting error --- src/pages/authentication/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/authentication/overview.md b/src/pages/authentication/overview.md index 3c713e1b..43e28667 100644 --- a/src/pages/authentication/overview.md +++ b/src/pages/authentication/overview.md @@ -35,7 +35,7 @@ Scopes define the permissions requested by an app for granting during authentica Apps may request any of the following scopes: | Scope | Definition | -| -------------- | ------------------------------------------------------------------------------------ | +| -------------- | ------------------------------------------------------------------------------------ | | `store_write` | Read and write data to the user's Gaia hub in an app-specific storage bucket. | | `publish_data` | Publish data so that other users of the app can discover and interact with the user. |