Skip to content

Commit 0bbf037

Browse files
committed
docs(ja): mistake api.md translation
1 parent bfc5f89 commit 0bbf037

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/ja/api.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ const store = new Vuex.Store({ ...options })
1010

1111
### Vuex.Store コンストラクタオプション
1212

13-
- **ステート**
13+
- **state**
1414

1515
- 型: `Object`
1616

1717
Vuex store 向けの root なステートオブジェクト
1818

1919
[詳細](state.md)
2020

21-
- **ミューテーション**
21+
- **mutations**
2222

2323
- 型: `Object | Array<Object>`
2424

@@ -28,7 +28,7 @@ const store = new Vuex.Store({ ...options })
2828

2929
[詳細](mutations.md)
3030

31-
- **アクション**
31+
- **actions**
3232

3333
- 型: `Object | Array<Object>`
3434

@@ -43,7 +43,7 @@ const store = new Vuex.Store({ ...options })
4343

4444
[詳細](actions.md)
4545

46-
- **ミドルウェア**
46+
- **middlewares**
4747

4848
- 型: `Array<Object>`
4949

@@ -70,13 +70,13 @@ const store = new Vuex.Store({ ...options })
7070

7171
### Vuex.Store インスタンスプロパティ
7272

73-
- **ステート**
73+
- **state**
7474

7575
-: `Object`
7676

7777
root なステート。読み取り専用
7878

79-
- **アクション**
79+
- **actions**
8080

8181
-: `Object`
8282

0 commit comments

Comments
 (0)