From 43f80161c4ca3df7ebd4a78a519fbe352abf1ba3 Mon Sep 17 00:00:00 2001
From: ThomasLeopold2022 <112165193+ThomasLeopold2022@users.noreply.github.com>
Date: Thu, 8 Sep 2022 10:48:06 +0000
Subject: [PATCH] Update GraphExtensions.Users.cs
Corrected typo in summary of GetMeAsync.
---
CommunityToolkit.Graph/Extensions/GraphExtensions.Users.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CommunityToolkit.Graph/Extensions/GraphExtensions.Users.cs b/CommunityToolkit.Graph/Extensions/GraphExtensions.Users.cs
index 087e998..78996b8 100644
--- a/CommunityToolkit.Graph/Extensions/GraphExtensions.Users.cs
+++ b/CommunityToolkit.Graph/Extensions/GraphExtensions.Users.cs
@@ -14,7 +14,7 @@ namespace CommunityToolkit.Graph.Extensions
public static partial class GraphExtensions
{
///
- /// Retrieve the curernt user.
+ /// Retrieve the current user.
///
/// Instance of the .
/// A representing the asynchronous operation.