Skip to content

Commit

Permalink
Fix typo (#7277)
Browse files Browse the repository at this point in the history
Fix typo

Co-authored-by: Thomas Norling <[email protected]>
  • Loading branch information
mabeshark and tnorling authored Oct 10, 2024
1 parent de0b1a5 commit 8382062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/msal-node-samples/client-credentials/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function getClientCredentialsToken(cca, clientCredentialRequestScopes, ro) {
// Uncomment to see the successful response logged
// console.log("Response: ", response);
}).catch((error) => {
// Uncomment to see the errors logges
// Uncomment to see the errors logged
// console.log(JSON.stringify(error));
});
}
Expand Down Expand Up @@ -80,4 +80,4 @@ if(argv.$0 === "index.js") {
return getClientCredentialsToken(confidentialClientApplication, runtimeOptions);
}

module.exports = getClientCredentialsToken;
module.exports = getClientCredentialsToken;

0 comments on commit 8382062

Please sign in to comment.