Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions FirebaseAdmin/FirebaseAdmin/Auth/FirebaseAuth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public async Task<FirebaseToken> VerifyIdTokenAsync(
}

/// <summary>
/// Gets a <see cref="UserRecord"/> object containig information about the user who's
/// Gets a <see cref="UserRecord"/> object containing information about the user who's
/// user ID was specified in <paramref name="uid"/>.
/// </summary>
/// <param name="uid">The user ID for the user who's data is to be retrieved.</param>
Expand All @@ -278,7 +278,7 @@ public async Task<UserRecord> GetUserAsync(string uid)
}

/// <summary>
/// Gets a <see cref="UserRecord"/> object containig information about the user who's
/// Gets a <see cref="UserRecord"/> object containing information about the user who's
/// user ID was specified in <paramref name="uid"/>.
/// </summary>
/// <param name="uid">The user ID for the user who's data is to be retrieved.</param>
Expand Down