From 8d7e0dfe15f938eb64597be664c4ac198e996abc Mon Sep 17 00:00:00 2001 From: t-94 Date: Mon, 11 Apr 2022 12:37:30 +0900 Subject: [PATCH] fix: type in japanese api doc --- docs/ja/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ja/api/index.md b/docs/ja/api/index.md index 7ce109579..6b1092c4e 100644 --- a/docs/ja/api/index.md +++ b/docs/ja/api/index.md @@ -204,7 +204,7 @@ sidebar: auto - `subscribeAction(handler: Function, options?: Object): Function` - スストアアクションを購読します。`handler` はディスパッチされたアクションごとに呼び出され、アクション記述子と現在のストア状態を引数として受け取ります: + ストアアクションを購読します。`handler` はディスパッチされたアクションごとに呼び出され、アクション記述子と現在のストア状態を引数として受け取ります: ```js const unsubscribe = store.subscribeAction((action, state) => {