Skip to content

Commit

Permalink
Merge pull request #363 from seratch/tweak-ja-docs
Browse files Browse the repository at this point in the history
Tweak a sentence in Japanese documentation
  • Loading branch information
seratch authored Jan 3, 2020
2 parents 449b880 + c82ffd3 commit 8d20b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_advanced/ja_authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const authorizeFn = async ({ teamId, enterpriseId }) => {
if ((team.teamId === teamId) && (team.enterpriseId === enterpriseId)) {
// 一致したワークスペースの認証情報を使用
return {
// かわりに userToken を使用
// 代わりに userToken をセットしても OK
botToken: team.botToken,
botId: team.botId,
botUserId: team.botUserId
Expand Down

0 comments on commit 8d20b17

Please sign in to comment.