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` の代わりにカスタムのデータストアを有効にするために使用