Spelling Corrections.

This commit is contained in:
vinodkiran
2023-10-26 11:11:10 +05:30
parent 0517d458d3
commit cd6538c5f2
8 changed files with 10 additions and 10 deletions
@@ -41,7 +41,7 @@ class CharacterTextSplitter_TextSplitters implements INode {
name: 'separator',
type: 'string',
placeholder: `" "`,
description: 'Seperator to determine when to split the text, will override the default separator',
description: 'Separator to determine when to split the text, will override the default separator',
optional: true
}
]