From a313ad4c2ba3ed4bf6e56eeb37df7dcc6eb23841 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 2 Oct 2025 19:32:14 -0700 Subject: [PATCH] docs: typo for conversations in chat stream docs --- docs/reference/index.html | 6 +++--- docs/reference/web/async_client.html | 6 +++--- docs/reference/web/client.html | 6 +++--- docs/reference/web/index.html | 6 +++--- slack_sdk/web/async_client.py | 2 +- slack_sdk/web/client.py | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/reference/index.html b/docs/reference/index.html index a48e4687f..cd063afe8 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -3064,7 +3064,7 @@

Classes

) -> ChatStream: """Stream markdown text into a conversation. - This method starts a new chat stream in a coversation that can be appended to. After appending an entire message, + This method starts a new chat stream in a conversation that can be appended to. After appending an entire message, the stream can be stopped with concluding arguments such as "blocks" for gathering feedback. The following methods are used: @@ -10421,7 +10421,7 @@

Methods

) -> ChatStream: """Stream markdown text into a conversation. - This method starts a new chat stream in a coversation that can be appended to. After appending an entire message, + This method starts a new chat stream in a conversation that can be appended to. After appending an entire message, the stream can be stopped with concluding arguments such as "blocks" for gathering feedback. The following methods are used: @@ -10473,7 +10473,7 @@

Methods

)

Stream markdown text into a conversation.

-

This method starts a new chat stream in a coversation that can be appended to. After appending an entire message, +

This method starts a new chat stream in a conversation that can be appended to. After appending an entire message, the stream can be stopped with concluding arguments such as "blocks" for gathering feedback.

The following methods are used: