浏览代码

fix(api): fix typo

kazuya kawaguchi 9 年之前
父节点
当前提交
4a22523b8c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/api.md

+ 1 - 1
docs/en/api.md

@@ -64,7 +64,7 @@ const store = new Vuex.Store({ ...options })
   - type: `Boolean`
   - default: `false`
 
-    Force the Vuex store into strict mode. In strict mode any mutations to Vuex state outside of mutation handlers will throw en Error.
+    Force the Vuex store into strict mode. In strict mode any mutations to Vuex state outside of mutation handlers will throw an Error.
 
     [Details](strict.md)