Skip to content

Commit 0dc14b5

Browse files
docs: fix typos in packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts (FlowiseAI#5446)
Fix typos in packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts
1 parent b9a020d commit 0dc14b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class SubQuestionQueryEngine_LlamaIndex implements INode {
3939
this.icon = 'subQueryEngine.svg'
4040
this.category = 'Engine'
4141
this.description =
42-
'Breaks complex query into sub questions for each relevant data source, then gather all the intermediate reponses and synthesizes a final response'
42+
'Breaks complex query into sub questions for each relevant data source, then gather all the intermediate responses and synthesizes a final response'
4343
this.baseClasses = [this.type, 'BaseQueryEngine']
4444
this.tags = ['LlamaIndex']
4545
this.inputs = [

0 commit comments

Comments
 (0)