Skip to content

Commit 9f5604c

Browse files
authored
docs: typo for conversations in chat stream docs (#1762)
1 parent 8330c20 commit 9f5604c

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

docs/reference/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
30643064
) -&gt; ChatStream:
30653065
&#34;&#34;&#34;Stream markdown text into a conversation.
30663066

3067-
This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
3067+
This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
30683068
the stream can be stopped with concluding arguments such as &#34;blocks&#34; for gathering feedback.
30693069

30703070
The following methods are used:
@@ -10421,7 +10421,7 @@ <h3>Methods</h3>
1042110421
) -&gt; ChatStream:
1042210422
&#34;&#34;&#34;Stream markdown text into a conversation.
1042310423

10424-
This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
10424+
This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
1042510425
the stream can be stopped with concluding arguments such as &#34;blocks&#34; for gathering feedback.
1042610426

1042710427
The following methods are used:
@@ -10473,7 +10473,7 @@ <h3>Methods</h3>
1047310473
)</code></pre>
1047410474
</details>
1047510475
<div class="desc"><p>Stream markdown text into a conversation.</p>
10476-
<p>This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
10476+
<p>This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
1047710477
the stream can be stopped with concluding arguments such as "blocks" for gathering feedback.</p>
1047810478
<p>The following methods are used:</p>
1047910479
<ul>

docs/reference/web/async_client.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2960,7 +2960,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
29602960
) -&gt; AsyncChatStream:
29612961
&#34;&#34;&#34;Stream markdown text into a conversation.
29622962

2963-
This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
2963+
This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
29642964
the stream can be stopped with concluding arguments such as &#34;blocks&#34; for gathering feedback.
29652965

29662966
The following methods are used:
@@ -10317,7 +10317,7 @@ <h3>Methods</h3>
1031710317
) -&gt; AsyncChatStream:
1031810318
&#34;&#34;&#34;Stream markdown text into a conversation.
1031910319

10320-
This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
10320+
This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
1032110321
the stream can be stopped with concluding arguments such as &#34;blocks&#34; for gathering feedback.
1032210322

1032310323
The following methods are used:
@@ -10369,7 +10369,7 @@ <h3>Methods</h3>
1036910369
)</code></pre>
1037010370
</details>
1037110371
<div class="desc"><p>Stream markdown text into a conversation.</p>
10372-
<p>This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
10372+
<p>This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
1037310373
the stream can be stopped with concluding arguments such as "blocks" for gathering feedback.</p>
1037410374
<p>The following methods are used:</p>
1037510375
<ul>

docs/reference/web/client.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2960,7 +2960,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
29602960
) -&gt; ChatStream:
29612961
&#34;&#34;&#34;Stream markdown text into a conversation.
29622962

2963-
This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
2963+
This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
29642964
the stream can be stopped with concluding arguments such as &#34;blocks&#34; for gathering feedback.
29652965

29662966
The following methods are used:
@@ -10317,7 +10317,7 @@ <h3>Methods</h3>
1031710317
) -&gt; ChatStream:
1031810318
&#34;&#34;&#34;Stream markdown text into a conversation.
1031910319

10320-
This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
10320+
This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
1032110321
the stream can be stopped with concluding arguments such as &#34;blocks&#34; for gathering feedback.
1032210322

1032310323
The following methods are used:
@@ -10369,7 +10369,7 @@ <h3>Methods</h3>
1036910369
)</code></pre>
1037010370
</details>
1037110371
<div class="desc"><p>Stream markdown text into a conversation.</p>
10372-
<p>This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
10372+
<p>This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
1037310373
the stream can be stopped with concluding arguments such as "blocks" for gathering feedback.</p>
1037410374
<p>The following methods are used:</p>
1037510375
<ul>

docs/reference/web/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3329,7 +3329,7 @@ <h2 id="raises">Raises</h2>
33293329
) -&gt; ChatStream:
33303330
&#34;&#34;&#34;Stream markdown text into a conversation.
33313331

3332-
This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
3332+
This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
33333333
the stream can be stopped with concluding arguments such as &#34;blocks&#34; for gathering feedback.
33343334

33353335
The following methods are used:
@@ -10686,7 +10686,7 @@ <h3>Methods</h3>
1068610686
) -&gt; ChatStream:
1068710687
&#34;&#34;&#34;Stream markdown text into a conversation.
1068810688

10689-
This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
10689+
This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
1069010690
the stream can be stopped with concluding arguments such as &#34;blocks&#34; for gathering feedback.
1069110691

1069210692
The following methods are used:
@@ -10738,7 +10738,7 @@ <h3>Methods</h3>
1073810738
)</code></pre>
1073910739
</details>
1074010740
<div class="desc"><p>Stream markdown text into a conversation.</p>
10741-
<p>This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
10741+
<p>This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
1074210742
the stream can be stopped with concluding arguments such as "blocks" for gathering feedback.</p>
1074310743
<p>The following methods are used:</p>
1074410744
<ul>

slack_sdk/web/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2939,7 +2939,7 @@ async def chat_stream(
29392939
) -> AsyncChatStream:
29402940
"""Stream markdown text into a conversation.
29412941
2942-
This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
2942+
This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
29432943
the stream can be stopped with concluding arguments such as "blocks" for gathering feedback.
29442944
29452945
The following methods are used:

slack_sdk/web/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2929,7 +2929,7 @@ def chat_stream(
29292929
) -> ChatStream:
29302930
"""Stream markdown text into a conversation.
29312931
2932-
This method starts a new chat stream in a coversation that can be appended to. After appending an entire message,
2932+
This method starts a new chat stream in a conversation that can be appended to. After appending an entire message,
29332933
the stream can be stopped with concluding arguments such as "blocks" for gathering feedback.
29342934
29352935
The following methods are used:

0 commit comments

Comments
 (0)