diff --git a/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts b/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts index 83d9f4e1f..d8c45c885 100644 --- a/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts @@ -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',