From e20982442b60cd7c5176c985dea364485e59e357 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 21 Sep 2022 16:19:06 +0900 Subject: [PATCH] refactor(nodes-base): Fix typo in Sentry.io node (#4102) --- packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',