Explorar o código

fix(api): fix typo

kazuya kawaguchi %!s(int64=9) %!d(string=hai) anos
pai
achega
4a22523b8c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)