Ahmet Katrancı 8 ani în urmă
părinte
comite
91f5847aec
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/en/modules.md

+ 1 - 1
docs/en/modules.md

@@ -31,7 +31,7 @@ store.state.b // -> moduleB's state
 
 
 ### Module Local State
 ### Module Local State
 
 
-Inside a module's mutations and getters, The first argument received will be **the module's local state**.
+Inside a module's mutations and getters, the first argument received will be **the module's local state**.
 
 
 ``` js
 ``` js
 const moduleA = {
 const moduleA = {