Skip to content

Commit 2f6646a

Browse files
author
Alex Tocar
committed
fix(typos): minor typo correction in comments
1 parent 655613c commit 2f6646a

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

packages/kit-fluffy/vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/// <reference types="vitest" />
22
import { qwikVite } from '@builder.io/qwik/optimizer';
3-
import { macroPlugin } from '@builder.io/vite-plugin-macro';
43
import { join } from 'path';
54
import { qwikNxVite } from 'qwik-nx/plugins';
65
import { defineConfig } from 'vite';
@@ -44,7 +43,7 @@ export default defineConfig({
4443
name: 'fluffy',
4544
fileName: (format) => `index.qwik.${format === 'es' ? 'mjs' : 'cjs'}`,
4645
// Change this to the formats you want to support.
47-
// Don't forgot to update your package.json as well.
46+
// Don't forget to update your package.json as well.
4847
formats: ['es', 'cjs'],
4948
},
5049
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)