diff --git a/msal-java-articles/getting-started/acquiring-tokens.md b/msal-java-articles/getting-started/acquiring-tokens.md index 13e593e..6def197 100644 --- a/msal-java-articles/getting-started/acquiring-tokens.md +++ b/msal-java-articles/getting-started/acquiring-tokens.md @@ -16,7 +16,7 @@ ms.topic: concept-article # Acquiring tokens -As explained in [MSAL for Java scenarios](../index.md#msal-java-scenarios), there are many ways of acquiring a token. Some require user interactions through a web browser. Some don't require any user interactions. +As explained in [MSAL for Java scenarios](../index.md#msal-java-scenarios), there are many ways of acquiring a token. Some require user interactions through a web browser. Some don't require any user interactions. test PR In general the way to acquire a token is different depending on the application type - public client application (desktop/mobile) or a confidential client application (Web App, Web API, daemon application like a Windows service).