Skip to content

Commit 450ff7f

Browse files
authored
Merge pull request #62 from firebase/hkj-fix-typo
Fixing a typo in docs
2 parents 9d14d84 + 0d1b6f6 commit 450ff7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAdmin/FirebaseAdmin/Auth/FirebaseAuth.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public async Task<FirebaseToken> VerifyIdTokenAsync(
264264
}
265265

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

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

0 commit comments

Comments
 (0)