Procházet zdrojové kódy

fix(api): fix typo

kazuya kawaguchi před 9 roky
rodič
revize
4a22523b8c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)