Skip to content

Commit

Permalink
Merge pull request #743 from dluc/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
DarylThayil authored Jun 6, 2019
2 parents bf2606b + eb51486 commit 882556e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ See [Request and Response Data Types](https://github.com/AzureAD/microsoft-authe
.catch(err => {
// could also check if err instance of InteractionRequiredAuthError if you can import the class.
if (err.name === "InteractionRequiredAuthError") {
return msalnstance.acquireTokenPopup(tokenRequest)
return msalInstance.acquireTokenPopup(tokenRequest)
.then(response => {
// get access token from response
// response.accessToken
Expand Down

0 comments on commit 882556e

Please sign in to comment.