From f6e0efe257c3ecc3bb7331de80bc900b3a3cc0bb Mon Sep 17 00:00:00 2001 From: Avery-Dunn Date: Fri, 1 Dec 2023 10:11:48 -0800 Subject: [PATCH] Fix type --- msal-java-articles/getting-started/why-use-msal4j.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal-java-articles/getting-started/why-use-msal4j.md b/msal-java-articles/getting-started/why-use-msal4j.md index a28a4dd..4b7ddc3 100644 --- a/msal-java-articles/getting-started/why-use-msal4j.md +++ b/msal-java-articles/getting-started/why-use-msal4j.md @@ -18,7 +18,7 @@ MSAL4J does not support [user-agent based clients](/azure/active-directory/devel For details about the supported scenarios see [the introductory section](../index.md#msal-java-scenarios). -## Value of MSAL4J over generic lirbaries +## Value of MSAL4J over generic libraries MSAL4J is a token acquisition library. Depending on your scenario it provides you with various way of getting a token, with a consistent API for a number of platforms.