Skip to content

Commit f341180

Browse files
authored
Update scenario-desktop-acquire-token-interactive.md
Add period.
1 parent a1522a4 commit f341180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-desktop-acquire-token-interactive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ catch(MsalUiRequiredException)
4646

4747
On both desktop and mobile applications, it's important to specify the parent by using `.WithParentActivityOrWindow`. In many cases, it's a requirement and MSAL will throw exceptions.
4848

49-
For desktop applications, see [Parent window handles](/azure/active-directory/develop/scenario-desktop-acquire-token-wam#parent-window-handles)
49+
For desktop applications, see [Parent window handles](/azure/active-directory/develop/scenario-desktop-acquire-token-wam#parent-window-handles).
5050

5151
For mobile applications, provide `Activity` (Android) or `UIViewController` (iOS).
5252

0 commit comments

Comments
 (0)