Skip to content

Commit 4ec4444

Browse files
authored
Fix app.html doc typo (#449)
1 parent 93bd437 commit 4ec4444

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/api-docs/slack_bolt/app/app.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h1 class="title">Module <code>slack_bolt.app.app</code></h1>
165165

166166
Refer to https://slack.dev/bolt-python/tutorial/getting-started for details.
167167

168-
If yoy would like to build an OAuth app for enabling the app to run with multiple workspaces,
168+
If you would like to build an OAuth app for enabling the app to run with multiple workspaces,
169169
refer to https://slack.dev/bolt-python/concepts#authenticating-oauth to learn how to configure the app.
170170

171171
Args:
@@ -1492,7 +1492,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
14921492
app.start(port=int(os.environ.get("PORT", 3000)))
14931493
</code></pre>
14941494
<p>Refer to <a href="https://slack.dev/bolt-python/tutorial/getting-started">https://slack.dev/bolt-python/tutorial/getting-started</a> for details.</p>
1495-
<p>If yoy would like to build an OAuth app for enabling the app to run with multiple workspaces,
1495+
<p>If you would like to build an OAuth app for enabling the app to run with multiple workspaces,
14961496
refer to <a href="https://slack.dev/bolt-python/concepts#authenticating-oauth">https://slack.dev/bolt-python/concepts#authenticating-oauth</a> to learn how to configure the app.</p>
14971497
<h2 id="args">Args</h2>
14981498
<dl>
@@ -1607,7 +1607,7 @@ <h2 id="args">Args</h2>
16071607

16081608
Refer to https://slack.dev/bolt-python/tutorial/getting-started for details.
16091609

1610-
If yoy would like to build an OAuth app for enabling the app to run with multiple workspaces,
1610+
If you would like to build an OAuth app for enabling the app to run with multiple workspaces,
16111611
refer to https://slack.dev/bolt-python/concepts#authenticating-oauth to learn how to configure the app.
16121612

16131613
Args:

docs/api-docs/slack_bolt/app/async_app.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h1 class="title">Module <code>slack_bolt.app.async_app</code></h1>
175175

176176
Refer to https://slack.dev/bolt-python/concepts#async for details.
177177

178-
If yoy would like to build an OAuth app for enabling the app to run with multiple workspaces,
178+
If you would like to build an OAuth app for enabling the app to run with multiple workspaces,
179179
refer to https://slack.dev/bolt-python/concepts#authenticating-oauth to learn how to configure the app.
180180

181181
Args:
@@ -1440,7 +1440,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
14401440
app.start(port=int(os.environ.get("PORT", 3000)))
14411441
</code></pre>
14421442
<p>Refer to <a href="https://slack.dev/bolt-python/concepts#async">https://slack.dev/bolt-python/concepts#async</a> for details.</p>
1443-
<p>If yoy would like to build an OAuth app for enabling the app to run with multiple workspaces,
1443+
<p>If you would like to build an OAuth app for enabling the app to run with multiple workspaces,
14441444
refer to <a href="https://slack.dev/bolt-python/concepts#authenticating-oauth">https://slack.dev/bolt-python/concepts#authenticating-oauth</a> to learn how to configure the app.</p>
14451445
<h2 id="args">Args</h2>
14461446
<dl>
@@ -1552,7 +1552,7 @@ <h2 id="args">Args</h2>
15521552

15531553
Refer to https://slack.dev/bolt-python/concepts#async for details.
15541554

1555-
If yoy would like to build an OAuth app for enabling the app to run with multiple workspaces,
1555+
If you would like to build an OAuth app for enabling the app to run with multiple workspaces,
15561556
refer to https://slack.dev/bolt-python/concepts#authenticating-oauth to learn how to configure the app.
15571557

15581558
Args:

slack_bolt/app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def message_hello(message, say):
137137
138138
Refer to https://slack.dev/bolt-python/tutorial/getting-started for details.
139139
140-
If yoy would like to build an OAuth app for enabling the app to run with multiple workspaces,
140+
If you would like to build an OAuth app for enabling the app to run with multiple workspaces,
141141
refer to https://slack.dev/bolt-python/concepts#authenticating-oauth to learn how to configure the app.
142142
143143
Args:

slack_bolt/app/async_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async def message_hello(message, say): # async function
147147
148148
Refer to https://slack.dev/bolt-python/concepts#async for details.
149149
150-
If yoy would like to build an OAuth app for enabling the app to run with multiple workspaces,
150+
If you would like to build an OAuth app for enabling the app to run with multiple workspaces,
151151
refer to https://slack.dev/bolt-python/concepts#authenticating-oauth to learn how to configure the app.
152152
153153
Args:

0 commit comments

Comments
 (0)