Skip to content

Commit b1221bf

Browse files
committed
Fixing a typo
1 parent b94c9e9 commit b1221bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAdmin/FirebaseAdmin/Auth/FirebaseToken.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ internal FirebaseToken(FirebaseTokenArgs args)
6868
public string Uid { get; private set; }
6969

7070
/// <summary>
71-
/// Gets Aall other claims present in the JWT as a readonly dictionary. This can be used to
71+
/// Gets all other claims present in the JWT as a readonly dictionary. This can be used to
7272
/// access custom claims of the token.
7373
/// </summary>
7474
public IReadOnlyDictionary<string, object> Claims { get; private set; }

0 commit comments

Comments
 (0)