소스 검색

Update modules.md (#339)

Sebastian De Deyne 8 년 전
부모
커밋
e67bf5dece
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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', {