Skip to content

Commit 4b23638

Browse files
Merge pull request #234045 from OwenRichards1/patch-1
Update single-page-app-tutorial-03-sign-in-users.md
2 parents 79816cf + 08c11f7 commit 4b23638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ reactspalocal/
153153

154154
### Adding the sign in experience
155155

156-
1. Open *SignInButton.jsx* and add the following code, which creates a button that signs in the user using either a popup or redirect.
156+
1. Open *SignInButton.jsx* and add the following code, which creates a button that signs in the user using either a pop-up or redirect.
157157

158158
```javascript
159159
import React from "react";
@@ -255,4 +255,4 @@ reactspalocal/
255255
<!-- ::: zone-end -->
256256

257257
> [!div class="nextstepaction"]
258-
> [Tutorial: Call an API from a React single-page app](single-page-app-tutorial-04-call-api.md)
258+
> [Tutorial: Call an API from a React single-page app](single-page-app-tutorial-04-call-api.md)

0 commit comments

Comments
 (0)