Update GraphExtensions.Users.cs

Corrected typo in summary of GetMeAsync.
This commit is contained in:
ThomasLeopold2022 2022-09-08 10:48:06 +00:00 коммит произвёл Michael Hawker MSFT (XAML Llama)
Родитель 8b39a18b7e
Коммит 43f80161c4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ namespace CommunityToolkit.Graph.Extensions
public static partial class GraphExtensions
{
/// <summary>
/// Retrieve the curernt user.
/// Retrieve the current user.
/// </summary>
/// <param name="graph">Instance of the <see cref="GraphServiceClient"/>.</param>
/// <returns>A <see cref="Task"/> representing the asynchronous operation.</returns>