diff --git a/content/tutorials/allow-deny-lists.md b/content/tutorials/allow-deny-lists.md index ff2c8983..dec23a2a 100644 --- a/content/tutorials/allow-deny-lists.md +++ b/content/tutorials/allow-deny-lists.md @@ -34,7 +34,7 @@ Next you will need to sign the transaction in Metamask, or the wallet of your ch ![Sign Metamask transaction](images/allow-deny-lists/metamask-transaction.png) -When the process of updating the allow or deny lists is complete you will a success message. +When the process of updating the allow or deny lists is complete you will receive a success message. ![Update allow or deny list success](images/allow-deny-lists/update-success.png) diff --git a/content/tutorials/rbac.md b/content/tutorials/rbac.md index e295f82f..fa83ce67 100644 --- a/content/tutorials/rbac.md +++ b/content/tutorials/rbac.md @@ -109,7 +109,7 @@ npm run start:docker ## Setting up the RBAC in the Market -To use the RBAC server with the market you need to save your the URL of your RBAC server as an env within the market. +To use the RBAC server with the market you need to save the URL of your RBAC server as an env within the market. - First setup and host the Ocean role based access control (RBAC) server. Follow the instructions in the [RBAC repository](https://github.com/oceanprotocol/RBAC-Server) - In your .env file in your fork of Ocean Market, 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"`