Skip to content

Commit 4a22523

Browse files
committed
fix(api): fix typo
1 parent dd38ee0 commit 4a22523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const store = new Vuex.Store({ ...options })
6464
- type: `Boolean`
6565
- default: `false`
6666

67-
Force the Vuex store into strict mode. In strict mode any mutations to Vuex state outside of mutation handlers will throw en Error.
67+
Force the Vuex store into strict mode. In strict mode any mutations to Vuex state outside of mutation handlers will throw an Error.
6868

6969
[Details](strict.md)
7070

0 commit comments

Comments
 (0)