docs(Slack Node): Get user operation typo fix in ui (#10307)

This commit is contained in:
aya 2024-08-06 12:09:51 +02:00 committed by GitHub
parent 98115e95df
commit f6fc287cc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ export const userOperations: INodeProperties[] = [
{
name: "Get User's Profile",
value: 'getProfile',
description: "Get a user's",
description: "Get a user's profile",
action: "Get a user's profile",
},
{