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

Commit 0966f2c

Browse files
authored
Merge pull request #2666 from loafalkman/documentation
Module documentation - critical typo
2 parents 17dbc30 + c7cc830 commit 0966f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/modules/introduction.md

Lines changed: 2 additions & 2 deletions
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

@@ -277,7 +277,7 @@ export const registerModules: VueStorefrontModule[] = [Cart]
277277

278278
## Creating third party modules
279279

280-
If you want to create third party module just copy the `src/modules/module-template` raw code to your repo. Don't use any transpilation and build tools since it prevents proper tree shaking and optimization. Building handled by Vue Storefront build tools. Package name needst to start with `vsf-` prefix to be included into Vue Storefront build process
280+
If you want to create third party module just copy the `src/modules/module-template` raw code to your repo. Don't use any transpilation and build tools since it prevents proper tree shaking and optimization. Building is handled by Vue Storefront build tools. Package name needs to start with `vsf-` prefix to be included into Vue Storefront build process.
281281

282282
## Contributions
283283

0 commit comments

Comments
 (0)