mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 00:37:10 +02:00
refactor(nodes-base): Fix typo in Sentry.io node (#4102)
This commit is contained in:
parent
1bdc102892
commit
e20982442b
|
|
@ -321,7 +321,7 @@ export const releaseFields: INodeProperties[] = [
|
|||
name: 'type',
|
||||
type: 'options',
|
||||
default: '',
|
||||
description: 'The types of changes that happend in that commit',
|
||||
description: 'The types of changes that happened in that commit',
|
||||
options: [
|
||||
{
|
||||
name: 'Add',
|
||||
|
|
@ -525,7 +525,7 @@ export const releaseFields: INodeProperties[] = [
|
|||
name: 'type',
|
||||
type: 'options',
|
||||
default: '',
|
||||
description: 'The types of changes that happend in that commit',
|
||||
description: 'The types of changes that happened in that commit',
|
||||
options: [
|
||||
{
|
||||
name: 'Add',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user