Skip to content

Commit 0849168

Browse files
authored
Add Japanese translation of "Getting started over HTTP" and "Getting started" documents (#426)
1 parent eef1126 commit 0849168

File tree

3 files changed

+375
-68
lines changed

3 files changed

+375
-68
lines changed

docs/_tutorials/getting_started_http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,4 @@ Now that you have a basic app up and running, you can start exploring how to mak
304304

305305
* Bolt allows you to [call Web API methods](/bolt-python/concepts#web-api) with the client attached to your app. There are [over 220 methods](https://api.slack.com/methods) on our API site.
306306

307-
* Learn more about the different token types [on our API site](https://api.slack.com/docs/token-types). Your app may need different tokens depending on the actions you want it to perform. If you are using Socket Mode instead of HTTP, an additional (`xapp`) token with `connections:write` scopes is required.
307+
* Learn more about the different token types [on our API site](https://api.slack.com/docs/token-types). Your app may need different tokens depending on the actions you want it to perform. If you are using Socket Mode instead of HTTP, an additional (`xapp`) token with `connections:write` scopes is required.

0 commit comments

Comments
 (0)