Skip to content

Commit 716d3d8

Browse files
authored
remove misleading sentence
1 parent f6f1025 commit 716d3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-node-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ authenticationContext.acquireTokenWithAuthorizationCode(
174174
);
175175
```
176176

177-
MSAL Node supports both **v1.0** and **v2.0** endpoints. The v2.0 endpoint employs a *scope-centric* model to access resources. Thus, when you request an access token for a resource, you also need to specify the scope for that resource:
177+
The v2.0 endpoint employs a *scope-centric* model to access resources. Thus, when you request an access token for a resource, you also need to specify the scope for that resource:
178178

179179
```javascript
180180
const tokenRequest = {

0 commit comments

Comments
 (0)