Skip to content

Commit 840199f

Browse files
authored
Merge pull request #215 from AzureAD/sangonzal/fix-spelling-mistake
Fix spelling mistake in AuthenticationErrorMessage
2 parents 2eb3fe8 + 5ac91a5 commit 840199f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/aad/msal4j/AuthenticationErrorMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ public class AuthenticationErrorMessage {
88
/**
99
* Token not found it the cache
1010
*/
11-
public final static String NO_TOKEN_IN_CACHE = "Token not found it the cache";
11+
public final static String NO_TOKEN_IN_CACHE = "Token not found in the cache";
1212
}

0 commit comments

Comments
 (0)