Skip to content

Commit 5d90f72

Browse files
committed
feedback-introduced
1 parent f6fa060 commit 5d90f72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/active-directory/develop/tutorial-single-page-app-react-call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this tutorial:
2929

3030
* Completion of the prerequisites and steps in [Tutorial: Create components for sign in and sign out in a React single-page app](tutorial-single-page-app-react-sign-in-users.md).
3131

32-
## Creating a helper the Microsoft Graph client
32+
## Create the API call to Microsoft Graph
3333

3434
To allow the SPA to request access to Microsoft Graph, a reference to the `graphConfig` object needs to be added. This contains the Graph REST API endpoint defined in *authConfig.js* file.
3535

articles/active-directory/develop/tutorial-single-page-app-react-sign-in-users.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.subservice: develop
99
ms.author: owenrichards
1010
ms.custom: devx-track-extended-java, devx-track-js
1111
ms.topic: tutorial
12-
ms.date: 02/28/2023
12+
ms.date: 09/26/2023
1313
#Customer intent: As a React developer, I want to know how to use functional components to add sign in and sign out experiences in my React application.
1414
---
1515

1616
# Tutorial: Create components for sign in and sign out in a React single page app
1717

18-
Functional components are the building blocks of React apps. This tutorial demonstrates how functional components can be used to build the sign in and sign out experience in a React single-page app (SPA). The `useMsal` hook is used to retrieve an access token to allow user sign in.
18+
Functional components are the building blocks of React apps. This tutorial demonstrates how functional components can be used to build the sign in and sign out experience in a React single-page app (SPA). The `useMsal` hook is used to retrieve an access token to allow user sign-in.
1919

2020
In this tutorial:
2121

@@ -30,7 +30,7 @@ In this tutorial:
3030

3131
* Completion of the prerequisites and steps in [Tutorial: Prepare an application for authentication](tutorial-single-page-app-react-prepare-spa.md).
3232

33-
### Adding the page layout component
33+
### Add the page layout component
3434

3535
1. Open *PageLayout.jsx* and add the following code to render the page layout. The [useIsAuthenticated](/javascript/api/@azure/msal-react) hook returns whether or not a user is currently signed-in.
3636

0 commit comments

Comments
 (0)