Skip to content

Commit 9ff3d65

Browse files
docs: fix typos in packages/components/nodes/embeddings/AWSBedrockEmbedding/AWSBedrockEmbedding.ts (FlowiseAI#5447)
Fix typos in packages/components/nodes/embeddings/AWSBedrockEmbedding/AWSBedrockEmbedding.ts
1 parent 0dc14b5 commit 9ff3d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/nodes/embeddings/AWSBedrockEmbedding/AWSBedrockEmbedding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class AWSBedrockEmbedding_Embeddings implements INode {
9696
{
9797
label: 'Max AWS API retries',
9898
name: 'maxRetries',
99-
description: 'This will limit the nubmer of AWS API for Titan model embeddings call retries. Used to avoid throttling.',
99+
description: 'This will limit the number of AWS API for Titan model embeddings call retries. Used to avoid throttling.',
100100
type: 'number',
101101
optional: true,
102102
default: 5,

0 commit comments

Comments
 (0)