mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
docs(Slack Node): Get user operation typo fix in ui (#10307)
This commit is contained in:
parent
98115e95df
commit
f6fc287cc7
|
@ -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",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue