Skip to content

Commit 82124d4

Browse files
chore: fix typos in packages/components/nodes/agents/AirtableAgent/AirtableAgent.ts (FlowiseAI#5420)
Fix typos in packages/components/nodes/agents/AirtableAgent/AirtableAgent.ts
1 parent 3b8b213 commit 82124d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/nodes/agents/AirtableAgent/AirtableAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ json.dumps(my_dict)`
183183
// TODO: get print console output
184184
finalResult = await pyodide.runPythonAsync(code)
185185
} catch (error) {
186-
throw new Error(`Sorry, I'm unable to find answer for question: "${input}" using follwoing code: "${pythonCode}"`)
186+
throw new Error(`Sorry, I'm unable to find answer for question: "${input}" using following code: "${pythonCode}"`)
187187
}
188188
}
189189

0 commit comments

Comments
 (0)