Skip to content

Commit 91f5847

Browse files
katranciktsn
authored andcommitted
Fix typo (#704)
1 parent 24f9db5 commit 91f5847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ store.state.b // -> moduleB's state
3131

3232
### Module Local State
3333

34-
Inside a module's mutations and getters, The first argument received will be **the module's local state**.
34+
Inside a module's mutations and getters, the first argument received will be **the module's local state**.
3535

3636
``` js
3737
const moduleA = {

0 commit comments

Comments
 (0)