Skip to content

Commit 43f8016

Browse files
ThomasLeopold2022michael-hawker
authored andcommitted
Update GraphExtensions.Users.cs
Corrected typo in summary of GetMeAsync.
1 parent 8b39a18 commit 43f8016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommunityToolkit.Graph/Extensions/GraphExtensions.Users.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace CommunityToolkit.Graph.Extensions
1414
public static partial class GraphExtensions
1515
{
1616
/// <summary>
17-
/// Retrieve the curernt user.
17+
/// Retrieve the current user.
1818
/// </summary>
1919
/// <param name="graph">Instance of the <see cref="GraphServiceClient"/>.</param>
2020
/// <returns>A <see cref="Task"/> representing the asynchronous operation.</returns>

0 commit comments

Comments
 (0)