소스 검색

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)