Skip to content

Commit 8d7e0df

Browse files
committed
fix: type in japanese api doc
1 parent 75d20ec commit 8d7e0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/api/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ sidebar: auto
204204
205205
- `subscribeAction(handler: Function, options?: Object): Function`
206206
207-
スストアアクションを購読します`handler` はディスパッチされたアクションごとに呼び出され、アクション記述子と現在のストア状態を引数として受け取ります:
207+
ストアアクションを購読します`handler` はディスパッチされたアクションごとに呼び出され、アクション記述子と現在のストア状態を引数として受け取ります:
208208
209209
```js
210210
const unsubscribe = store.subscribeAction((action, state) => {

0 commit comments

Comments
 (0)