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 RecursiveCharacterTextSplitter_TextSplitters implements INode {
name: 'separators',
type: 'string',
rows: 4,
description: 'Array of custom seperators to determine when to split the text, will override the default separators',
description: 'Array of custom separators to determine when to split the text, will override the default separators',
placeholder: `["|", "##", ">", "-"]`,
optional: true
}