Skip to content

Commit e04a97f

Browse files
authored
Syntaxt fix on clientId
1 parent 08fa5f8 commit e04a97f

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
@@ -86,7 +86,7 @@ npm install msal@<version>
8686
```typescript
8787
import { MSALAuthenticationProvider } from "./node_modules/@microsoft/microsoft-graph-client/lib/src/MSALAuthenticationProvider";
8888

89-
const clientID = "your_client_id"; // Client Id of the registered application
89+
const clientId = "your_client_id"; // Client Id of the registered application
9090
const graphScopes = ["user.read", "mail.send"]; // An array of graph scopes
9191
const options = {
9292
// An Optional options for initializing the MSAL @see https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/MSAL-basics#configuration-options

0 commit comments

Comments
 (0)