From ee3f5dc81f3e770284016a6940dad04bd9b2aa90 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Mon, 20 Jul 2020 18:36:25 +0900 Subject: [PATCH] Fix a typo in the OAuth document --- docs/_basic/authenticating_oauth.md | 2 +- docs/_basic/ja_authenticating_oauth.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_basic/authenticating_oauth.md b/docs/_basic/authenticating_oauth.md index 0e4db0072..5e32d667c 100644 --- a/docs/_basic/authenticating_oauth.md +++ b/docs/_basic/authenticating_oauth.md @@ -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` diff --git a/docs/_basic/ja_authenticating_oauth.md b/docs/_basic/ja_authenticating_oauth.md index 1cb800496..b98bc95f1 100644 --- a/docs/_basic/ja_authenticating_oauth.md +++ b/docs/_basic/ja_authenticating_oauth.md @@ -50,7 +50,7 @@ const app = new App({ - `installPath`: "Add to Slack" ボタンのためのパスを変更するために使用 - `redirectUriPath`: Redirect URL を変更するために使用 - `callbackOptions`: OAuth フロー完了時の成功・エラー完了画面をカスタマイズするために使用 -- `stateStore`: 組み込みの `ClearStatStore` の代わりにカスタムのデータストアを有効にするために使用 +- `stateStore`: 組み込みの `ClearStateStore` の代わりにカスタムのデータストアを有効にするために使用