Skip to content

Commit

Permalink
Merge pull request #547 from seratch/doc-typo
Browse files Browse the repository at this point in the history
Fix a typo in the OAuth document
  • Loading branch information
stevengill authored Jul 20, 2020
2 parents 8b12e3c + ee3f5dc commit 6acced6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_basic/authenticating_oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can override the default OAuth using the `installerOptions` object, which ca
- `installPath`: Override default path for "Add to Slack" button
- `redirectUriPath`: Override default redirect url path
- `callbackOptions`: Provide custom success and failure pages at the end of the OAuth flow
- `stateStore`: Provide a custom state store instead of using the built in `ClearStatStore`
- `stateStore`: Provide a custom state store instead of using the built in `ClearStateStore`

</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/_basic/ja_authenticating_oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const app = new App({
- `installPath`: "Add to Slack" ボタンのためのパスを変更するために使用
- `redirectUriPath`: Redirect URL を変更するために使用
- `callbackOptions`: OAuth フロー完了時の成功・エラー完了画面をカスタマイズするために使用
- `stateStore`: 組み込みの `ClearStatStore` の代わりにカスタムのデータストアを有効にするために使用
- `stateStore`: 組み込みの `ClearStateStore` の代わりにカスタムのデータストアを有効にするために使用

</div>

Expand Down

0 comments on commit 6acced6

Please sign in to comment.