Skip to content

Commit 345d7f6

Browse files
authored
Update msal-net-differences-adal-net.md
1 parent b8db41b commit 345d7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-net-differences-adal-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Using MSAL.NET, you catch `MsalUiRequiredException` as described in [AcquireToke
136136
```csharp
137137
catch(MsalUiRequiredException exception)
138138
{
139-
try {try to authenticate interactively}
139+
try {"try to authenticate interactively"}
140140
}
141141
```
142142

0 commit comments

Comments
 (0)