Skip to content

Commit 2b75d94

Browse files
mkamakuraktsn
authored andcommitted
update document ja tutorial (vuejs#320)
1 parent 2e62705 commit 2b75d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default {
145145

146146
アクションはコンポーネントから呼び出される関数です。アクション関数は対応するミューテーションをディスパッチすることで、ストアを更新することができます。アクションは更新をディスパッチする前に、その他のデータを読み込むために HTTP バックエンドと通信することも可能です。
147147

148-
`incrementCounter` 関数を持つ、新しいファイル `vuex/action.js` を作成しましょう。
148+
`incrementCounter` 関数を持つ、新しいファイル `vuex/actions.js` を作成しましょう。
149149

150150
```js
151151
// アクションは1番目の引数にストアを受け取ります。

0 commit comments

Comments
 (0)