瀏覽代碼

Fix typo (#704)

Ahmet Katrancı 8 年之前
父節點
當前提交
91f5847aec
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = {