Skip to content

Commit 1601a5c

Browse files
authored
Update enable-authentication-spa-app.md
1 parent 4d35a65 commit 1601a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/enable-authentication-spa-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The resources referenced by the *index.html* file are detailed in the following
109109
|[`ui.js`](https://github.com/Azure-Samples/ms-identity-b2c-javascript-spa/blob/main/App/ui.js) | Controls the UI elements. |
110110
| | |
111111

112-
To render the SPA index file, in the *myApp* folder, create a file named *index.html*, which contains the following HTML snippet.
112+
To render the SPA index file, in the *myApp* folder, create a file named *index.html*, which contains the following HTML snippet:
113113

114114
```html
115115
<!DOCTYPE html>
@@ -442,7 +442,7 @@ To call your web API by using the token you acquired, do the following:
442442

443443
## Step 10: Add the UI elements reference
444444

445-
The SPA app uses JavaScript to control the UI elements. For example, it displays the sign-in and sign-out buttons, and renders the users ID token claims to the screen.
445+
The SPA app uses JavaScript to control the UI elements. For example, it displays the sign-in and sign-out buttons, and renders the users' ID token claims to the screen.
446446
447447
To add the UI elements reference, do the following:
448448

0 commit comments

Comments
 (0)