diff --git a/lib/msal-common/docs/Accounts.md b/lib/msal-common/docs/Accounts.md index 760fe9dfd0..c54a3c153a 100644 --- a/lib/msal-common/docs/Accounts.md +++ b/lib/msal-common/docs/Accounts.md @@ -1,6 +1,6 @@ # Accounts in MSAL JavaScript -MSAL JavaScript libraries (`msal-browser` and `msal-node`) support both single account and multiple accounts scenarios in javascript applications. An `account` object is standardized across the libraries and can be referenced [here](https://azuread.github.io/microsoft-authentication-library-for-js/ref/modules/_azure_msal_common.html#accountinfo). +MSAL JavaScript libraries (`msal-browser` and `msal-node`) support both single account and multiple accounts scenarios in javascript applications. An `account` object is standardized across the libraries and can be referenced [here](https://azuread.github.io/microsoft-authentication-library-for-js/ref/types/_azure_msal_common.AccountInfo.html). ## Account Identifiers