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

View File

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