Skip to content

Commit 92cc182

Browse files
authored
Update IllegalArgumentExceptionMessages.java
fix typo
1 parent af24e60 commit 92cc182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class IllegalArgumentExceptionMessages {
77

88
final static String AUTHORITY_URI_EMPTY_PATH_SEGMENT = "Authority Uri should not have empty path segments";
99

10-
final static String AUTHORITY_URI_MISSING_PATH_SEGMENT = "Authority Uri must have a least one path segment. This is usually 'common' or the application's tenant id.";
10+
final static String AUTHORITY_URI_MISSING_PATH_SEGMENT = "Authority Uri must have at least one path segment. This is usually 'common' or the application's tenant id.";
1111

1212
final static String AUTHORITY_URI_EMPTY_PATH = "Authority Uri should have at least one segment in the path";
1313

0 commit comments

Comments
 (0)