Skip to content

Commit 09cefac

Browse files
committed
Updated comment
1 parent 1bbcf2c commit 09cefac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAdmin/FirebaseAdmin.Snippets/FirebaseAuthSnippets.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ internal static async Task DeleteUserAsync(string uid)
7878
internal static async Task SetCustomUserClaimsAsync(string uid)
7979
{
8080
// [START set_custom_user_claims]
81-
// Set admin privilege on the user corresponding to uid.
81+
// Set admin privileges on the user corresponding to uid.
8282
var claims = new Dictionary<string, object>()
8383
{
8484
{ "admin", true },

0 commit comments

Comments
 (0)