File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
FirebaseAdmin/FirebaseAdmin/Auth Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments