Pārlūkot izejas kodu

fix(api): fix typo

kazuya kawaguchi 9 gadi atpakaļ
vecāks
revīzija
4a22523b8c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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`
   - type: `Boolean`
   - default: `false`
   - 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)
     [Details](strict.md)