Skip to content

Commit 08fa5f8

Browse files
authored
Correct syntax error in example in readme.md
1 parent 06b7690 commit 08fa5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const options = {
7272
// An Optional options for initializing the MSAL @see https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/MSAL-basics#configuration-options
7373
redirectUri: "Your redirect URI",
7474
};
75-
const authProvider = new MicrosoftGraph.MSALAuthenticationProvider(clientId, scopes, options);
75+
const authProvider = new MicrosoftGraph.MSALAuthenticationProvider(clientId, graphScopes, options);
7676
```
7777

7878
#### Creating an instance of MSALAuthenticationProvider in node environment

0 commit comments

Comments
 (0)