Skip to content

Commit c3b418e

Browse files
committed
alt-text ending with period.
1 parent 8df3297 commit c3b418e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/tutorial-v2-javascript-spa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ Now that the code is set up, it needs to be tested.
546546
547547
After the browser loads your *index.html* file, select **Sign In**. You'll now be prompted to sign in with the Microsoft identity platform:
548548

549-
:::image type="content" source="./media/active-directory-develop-guidedsetup-javascriptspa-test/javascript-spa-screenshot-v2.png" alt-text="Screenshot showing the JavaScript SPA account sign-in window" :::
549+
:::image type="content" source="./media/active-directory-develop-guidedsetup-javascriptspa-test/javascript-spa-screenshot-v2.png" alt-text="Screenshot showing the JavaScript SPA account sign-in window." :::
550550

551551
### Provide consent for application access
552552

@@ -558,7 +558,7 @@ The first time that you sign in to your application, you're prompted to grant it
558558

559559
After you sign in, you can select **Read More under your displayed name, and your user profile information is returned in the Microsoft Graph API response that's displayed:
560560

561-
:::image type="content" source="./media/active-directory-develop-guidedsetup-javascriptspa-test/javascript-spa-results-v2.png" alt-text="Screenshot showing the expected results from the Microsoft Graph API call" :::
561+
:::image type="content" source="./media/active-directory-develop-guidedsetup-javascriptspa-test/javascript-spa-results-v2.png" alt-text="Screenshot showing the expected results from the Microsoft Graph API call." :::
562562

563563
### More information about scopes and delegated permissions
564564

0 commit comments

Comments
 (0)