Skip to content

Commit

Permalink
fixed typos (#764)
Browse files Browse the repository at this point in the history
* fixed typos

* fix typos from bad english... sorry guys
  • Loading branch information
JojoJohnDoe authored and posva committed May 2, 2017
1 parent 18a3a10 commit a5f27c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Since a Vuex store's state is made reactive by Vue, when we mutate the state, Vu

### Using Constants for Mutation Types

It is a commonly seen pattern to use constants for mutation types in various Flux implementations. This allow the code to take advantage of tooling like linters, and putting all constants in a single file allows your collaborators to get an at-a-glance view of what mutations are possible in the entire application:
It is a commonly seen pattern to use constants for mutation types in various Flux implementations. This allows the code to take advantage of tooling like linters, and putting all constants in a single file allows your collaborators to get an at-a-glance view of what mutations are possible in the entire application:

``` js
// mutation-types.js
Expand Down

0 comments on commit a5f27c5

Please sign in to comment.