Update GraphExtensions.Users.cs
Corrected typo in summary of GetMeAsync.
This commit is contained in:
Родитель
8b39a18b7e
Коммит
43f80161c4
|
@ -14,7 +14,7 @@ namespace CommunityToolkit.Graph.Extensions
|
||||||
public static partial class GraphExtensions
|
public static partial class GraphExtensions
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Retrieve the curernt user.
|
/// Retrieve the current user.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="graph">Instance of the <see cref="GraphServiceClient"/>.</param>
|
/// <param name="graph">Instance of the <see cref="GraphServiceClient"/>.</param>
|
||||||
/// <returns>A <see cref="Task"/> representing the asynchronous operation.</returns>
|
/// <returns>A <see cref="Task"/> representing the asynchronous operation.</returns>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче