Browse Source

Update modules.md (#339)

Sebastian De Deyne 8 năm trước cách đây
mục cha
commit
e67bf5dece
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/en/modules.md

+ 1 - 1
docs/en/modules.md

@@ -75,7 +75,7 @@ Note that actions, mutations and getters inside modules are still registered und
 
 ### Dynamic Module Registration
 
-You can register a module **after** the store has been created with the `store.reigsterModule` method:
+You can register a module **after** the store has been created with the `store.registerModule` method:
 
 ``` js
 store.registerModule('myModule', {