Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ja/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ sidebar: auto

- `subscribeAction(handler: Function, options?: Object): Function`

スストアアクションを購読します。`handler` はディスパッチされたアクションごとに呼び出され、アクション記述子と現在のストア状態を引数として受け取ります:
ストアアクションを購読します。`handler` はディスパッチされたアクションごとに呼び出され、アクション記述子と現在のストア状態を引数として受け取ります:

```js
const unsubscribe = store.subscribeAction((action, state) => {
Expand Down