Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 5faf043

Browse files
committed
correct path
1 parent 68fcc9e commit 5faf043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/modules/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ You can take a look at [module template](https://github.com/DivanteLtd/vue-store
150150

151151
## Module registration
152152

153-
All modules including the core ones are registered in `theme/modules/index.ts` file. Thanks to this approach you can easly modify any of core modules object before registration (read more [here](#extending-and-overriding-vue-storefront-modules)).
153+
All modules including the core ones are registered in `src/modules/index.ts` file. Thanks to this approach you can easily modify any of core modules object before registration (read more [here](#extending-and-overriding-vue-storefront-modules)).
154154

155155
All VS modules from `registerModules` will be registered during shop initialisation.
156156

0 commit comments

Comments
 (0)