From 9b80426f1385d1da3855cee9ed09b82674ea9479 Mon Sep 17 00:00:00 2001 From: Jaxel Date: Mon, 11 Dec 2017 14:45:30 +0000 Subject: [PATCH] Fixed typo. --- doc/development/fe_guide/vue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/fe_guide/vue.md b/doc/development/fe_guide/vue.md index 6e9f18dd1c34f5..704f74e96ce9d1 100644 --- a/doc/development/fe_guide/vue.md +++ b/doc/development/fe_guide/vue.md @@ -522,7 +522,7 @@ export default new Vuex.Store({ _Note:_ If the state of the application is too complex, an individual file for the state may be better. #### `actions.js` -An action commits a mutatation. In this file, we will write the actions that will call the respective mutation: +An action commits a mutation. In this file, we will write the actions that will call the respective mutation: ```javascript import * as types from './mutation-types' -- GitLab