Skip to content

Commit 8ff741d

Browse files
authored
Update tutorial-v2-angular.md
1 parent e09b2e8 commit 8ff741d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/tutorial-v2-angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ getProfile() {
249249
```
250250
251251
### acquireTokenSilent, acquireTokenPopup, acquireTokenRedirect
252-
MSAL uses three methods to acquire tokens: `acquireTokenRedirect`, `acquireTokenPopup`, and `acquireTokenSilent`. However, we recommend using the `Interceptor` class instead for Angular apps, as shown in the previous section.
252+
MSAL uses three methods to acquire tokens: `acquireTokenRedirect`, `acquireTokenPopup`, and `acquireTokenSilent`. However, we recommend using the `MsalInterceptor` class instead for Angular apps, as shown in the previous section.
253253
254254
#### Get a user token silently
255255

0 commit comments

Comments
 (0)