Skip to content

Commit

Permalink
fix(api): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 29, 2015
1 parent dd38ee0 commit 4a22523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4a22523

Please sign in to comment.