From d70b590249bef8828d192dccb42652af7500080b Mon Sep 17 00:00:00 2001 From: Can Arslan <138895927+mc2rcanarslan@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:45:24 -0600 Subject: [PATCH] Updates 'spo userprofile get' command docs. --- src/m365/spo/commands/userprofile/userprofile-get.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m365/spo/commands/userprofile/userprofile-get.ts b/src/m365/spo/commands/userprofile/userprofile-get.ts index a6ef3fc9e38..1a368028ab9 100644 --- a/src/m365/spo/commands/userprofile/userprofile-get.ts +++ b/src/m365/spo/commands/userprofile/userprofile-get.ts @@ -22,7 +22,7 @@ class SpoUserProfileGetCommand extends SpoCommand { } public get description(): string { - return 'Sets user profile property for a SharePoint user'; + return 'Gets user profile property for a SharePoint user'; } constructor() {