diff --git a/docs/integrations/block-integrations/text.md b/docs/integrations/block-integrations/text.md index 3e760401b9..d189aa5c3f 100644 --- a/docs/integrations/block-integrations/text.md +++ b/docs/integrations/block-integrations/text.md @@ -402,7 +402,7 @@ The block relies on the input schema to ensure the value is a string; non-string | Output | Description | Type | |--------|-------------|------| -| error | Error message if the operation failed | str | +| error | Error message if encoding fails | str | | encoded_text | The encoded text with special characters converted to escape sequences | str | ### Possible use case