Skip to content

Commit f494751

Browse files
Merge pull request #465 from ueuiedev/main
fix(typos): minor typo correction in comments
2 parents fa200f7 + 4fbc197 commit f494751

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/kit-fluffy/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default defineConfig({
4444
name: 'fluffy',
4545
fileName: (format) => `index.qwik.${format === 'es' ? 'mjs' : 'cjs'}`,
4646
// Change this to the formats you want to support.
47-
// Don't forgot to update your package.json as well.
47+
// Don't forget to update your package.json as well.
4848
formats: ['es', 'cjs'],
4949
},
5050
rollupOptions: {

packages/kit-headless/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default defineConfig({
5353
`${entryName}.qwik.${format === 'es' ? 'mjs' : 'cjs'}`,
5454
// fileName: 'index',
5555
// Change this to the formats you want to support.
56-
// Don't forgot to update your package.json as well.
56+
// Don't forget to update your package.json as well.
5757
formats: ['es', 'cjs'],
5858
},
5959
rollupOptions: {

packages/kit-material/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default defineConfig({
3232
name: 'limpy',
3333
fileName: 'index',
3434
// Change this to the formats you want to support.
35-
// Don't forgot to update your package.json as well.
35+
// Don't forget to update your package.json as well.
3636
formats: ['es', 'cjs'],
3737
},
3838
rollupOptions: {

packages/kit-tailwind/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default defineConfig({
3232
name: 'tailwind',
3333
fileName: (format) => `index.qwik.${format === 'es' ? 'mjs' : 'cjs'}`,
3434
// Change this to the formats you want to support.
35-
// Don't forgot to update your package.json as well.
35+
// Don't forget to update your package.json as well.
3636
formats: ['es', 'cjs'],
3737
},
3838
rollupOptions: {

packages/primitives/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineConfig({
2424
name: 'primitives',
2525
fileName: 'index',
2626
// Change this to the formats you want to support.
27-
// Don't forgot to update your package.json as well.
27+
// Don't forget to update your package.json as well.
2828
formats: ['es', 'cjs'],
2929
},
3030
rollupOptions: {

0 commit comments

Comments
 (0)