Skip to content

Commit a5f27c5

Browse files
JojoJohnDoeposva
authored andcommitted
fixed typos (vuejs#764)
* fixed typos * fix typos from bad english... sorry guys
1 parent 18a3a10 commit a5f27c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/mutations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Since a Vuex store's state is made reactive by Vue, when we mutate the state, Vu
9393

9494
### Using Constants for Mutation Types
9595

96-
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:
96+
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:
9797

9898
``` js
9999
// mutation-types.js

0 commit comments

Comments
 (0)