Skip to content

Commit beb0d60

Browse files
Merge pull request #199 from KevinTCoughlin/patch-1
Fix syntax error in README code sample
2 parents 21b8edb + 169089a commit beb0d60

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 @@ Refer devDependencies in [package.json](./package.json) for the compatible msal
7272
// Configuration options for MSAL @see https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/MSAL.js-1.0.0-api-release#configuration-options
7373
const msalConfig = {
7474
auth: {
75-
clientId: "your_client_id"; // Client Id of the registered application
75+
clientId: "your_client_id", // Client Id of the registered application
7676
redirectUri: "your_redirect_uri",
7777
},
7878
};

0 commit comments

Comments
 (0)