mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
Fix typo
This commit is contained in:
parent
a253192b0c
commit
c2b1d28072
|
@ -212,7 +212,7 @@ export class Github implements INodeType {
|
||||||
{
|
{
|
||||||
name: 'Get Emails',
|
name: 'Get Emails',
|
||||||
value: 'getEmails',
|
value: 'getEmails',
|
||||||
description: 'Returns the repositories of a user',
|
description: 'Returns the email addresses of a user',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Get Repositories',
|
name: 'Get Repositories',
|
||||||
|
|
Loading…
Reference in a new issue