diff --git a/docs/en/api.md b/docs/en/api.md index 19cbe4f23..564a2e7b6 100644 --- a/docs/en/api.md +++ b/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)