Skip to content

Commit e67bf5d

Browse files
sebastiandedeynektsn
authored andcommitted
Update modules.md (vuejs#339)
1 parent bae8b0e commit e67bf5d

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
@@ -75,7 +75,7 @@ Note that actions, mutations and getters inside modules are still registered und
7575

7676
### Dynamic Module Registration
7777

78-
You can register a module **after** the store has been created with the `store.reigsterModule` method:
78+
You can register a module **after** the store has been created with the `store.registerModule` method:
7979

8080
``` js
8181
store.registerModule('myModule', {

0 commit comments

Comments
 (0)