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

Commit c7cc830

Browse files
committed
typos
1 parent 5faf043 commit c7cc830

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
@@ -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)