Skip to content

Commit

Permalink
fix: Correct misspelling from omited to omitted (no-changelog) (#8838)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayashi-ay authored and despairblue committed Mar 11, 2024
1 parent 6f1c2bc commit b04622d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class CustomerIoApi implements ICredentialType {
],
default: 'track.customer.io',
description: 'Should be set based on your account region',
hint: 'The region will be omited when being used with the HTTP node',
hint: 'The region will be omitted when being used with the HTTP node',
required: true,
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Filter/Filter.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"node": "n8n-nodes-base.filter",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"details": "The Filter node can be used to filter items based on a condition. If the condition is met, the item will be passed on to the next node. If the condition is not met, the item will be omited. Conditions can be combined together by AND(meet all conditions), or OR(meet at least one condition).",
"details": "The Filter node can be used to filter items based on a condition. If the condition is met, the item will be passed on to the next node. If the condition is not met, the item will be omitted. Conditions can be combined together by AND(meet all conditions), or OR(meet at least one condition).",
"categories": ["Core Nodes"],
"resources": {
"primaryDocumentation": [
Expand Down

0 comments on commit b04622d

Please sign in to comment.