From 2602c75f18aef17df01972c9362bb65eba817383 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Thu, 22 Jul 2021 18:05:07 +0300 Subject: [PATCH] Fixing spelling mistakes (#753) --- docs/advancedSettings.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/advancedSettings.md b/docs/advancedSettings.md index 572cab143..e7dde0af6 100644 --- a/docs/advancedSettings.md +++ b/docs/advancedSettings.md @@ -13,10 +13,10 @@ - In your .env file, set the value of the `GATSBY_RBAC_URL` environmental variable to the URL of the Ocean RBAC server that you have hosted, e.g. `GATSBY_RBAC_URL= "http://localhost:3000"` - Users of your marketplace will now require the correct role ("user", "consumer", "publisher") to access features in your marketplace. The market will check the role that has been allocated to the user based on the address that they have connected to the market with. - The following features have been wrapped in the `Permission` component and will be restricted once the `GATSBY_RBAC_URL` has been defined: - - Viewing or searching datasets requires the user to have permison to `browse` - - Purchasing or trading a datatoken, or adding liquidity to a pool require the user to have permison to `consume` - - Publishing a dataset requires the user to have permison to `publish` -- You can change the permission resrictions by either removing the `Permission` component or passing in a different eventType prop e.g. ``. + - Viewing or searching datasets requires the user to have permission to `browse` + - Purchasing or trading a datatoken, or adding liquidity to a pool require the user to have permission to `consume` + - Publishing a dataset requires the user to have permission to `publish` +- You can change the permission restrictions by either removing the `Permission` component or passing in a different eventType prop e.g. ``. ## Allow and Deny List Settings