Skip to content

Commit 4e26fd0

Browse files
authored
docs: Fix typo depencies -> dependencies (#12983)
Fix typo: depencies -> dependencies
1 parent 953751c commit 4e26fd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dev/qwik/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineConfig(({ command, mode }): UserConfig => {
3030
},
3131

3232
/**
33-
* This is an advanced setting. It improves the bundling of your server code. To use it, make sure you understand when your consumed packages are dependencies or dev depencies. (otherwise things will break in production)
33+
* This is an advanced setting. It improves the bundling of your server code. To use it, make sure you understand when your consumed packages are dependencies or dev dependencies. (otherwise things will break in production)
3434
*/
3535
// ssr:
3636
// command === "build" && mode === "production"

apps/examples/qwik/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineConfig(({ command, mode }): UserConfig => {
3030
},
3131

3232
/**
33-
* This is an advanced setting. It improves the bundling of your server code. To use it, make sure you understand when your consumed packages are dependencies or dev depencies. (otherwise things will break in production)
33+
* This is an advanced setting. It improves the bundling of your server code. To use it, make sure you understand when your consumed packages are dependencies or dev dependencies. (otherwise things will break in production)
3434
*/
3535
// ssr:
3636
// command === "build" && mode === "production"

0 commit comments

Comments
 (0)