docs: fix typos in packages/components/nodes/embeddings/AWSBedrockEmbedding/AWSBedrockEmbedding.ts (#5447)

Fix typos in packages/components/nodes/embeddings/AWSBedrockEmbedding/AWSBedrockEmbedding.ts
This commit is contained in:
Lê Nam Khánh 2025-11-07 18:48:47 +07:00 committed by GitHub
parent 0dc14b5cd3
commit 9ff3d653ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class AWSBedrockEmbedding_Embeddings implements INode {
{ {
label: 'Max AWS API retries', label: 'Max AWS API retries',
name: 'maxRetries', name: 'maxRetries',
description: 'This will limit the nubmer of AWS API for Titan model embeddings call retries. Used to avoid throttling.', description: 'This will limit the number of AWS API for Titan model embeddings call retries. Used to avoid throttling.',
type: 'number', type: 'number',
optional: true, optional: true,
default: 5, default: 5,