diff --git a/tutorials/btp-sdm-gwi-onbrepo-jwt-token/btp-sdm-gwi-onbrepo-jwt-token.md b/tutorials/btp-sdm-gwi-onbrepo-jwt-token/btp-sdm-gwi-onbrepo-jwt-token.md index 4b7cfcc..c01108c 100644 --- a/tutorials/btp-sdm-gwi-onbrepo-jwt-token/btp-sdm-gwi-onbrepo-jwt-token.md +++ b/tutorials/btp-sdm-gwi-onbrepo-jwt-token/btp-sdm-gwi-onbrepo-jwt-token.md @@ -54,7 +54,7 @@ Navigate to the service that you created in the previous tutorial [Create a Serv !![Select Post](Select Post Method.png) - 4. For encoding, you need to select all the values in the **authorities** field, right click and select the option **EncodeURIComponent**. + 4. For encoding, you need to select all the values in the **authorities** field, right click and select the option **EncodeURIComponent**. !![Encoding_Authorities](Encoding_Authorities.png) diff --git a/tutorials/luigi-app-react/luigi-app-react.md b/tutorials/luigi-app-react/luigi-app-react.md index bb5e716..3771624 100644 --- a/tutorials/luigi-app-react/luigi-app-react.md +++ b/tutorials/luigi-app-react/luigi-app-react.md @@ -353,7 +353,7 @@ In this step, you will make changes to the entry point `index.js` for the React root.render(); ``` - 2. Next, go to the `react-core-mf/src/views` directory created in step 6 of the [previous tutorial](luigi-app-basic-setup). Find the file called `home.js` and paste the following code into it: +2. Next, go to the `react-core-mf/src/views` directory created in step 6 of the [previous tutorial](luigi-app-basic-setup). Find the file called `home.js` and paste the following code into it: ```JavaScript import React, { useState, useEffect } from 'react';