diff options
Diffstat (limited to 'packages/integrations/vue/src/index.ts')
-rw-r--r-- | packages/integrations/vue/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/src/index.ts b/packages/integrations/vue/src/index.ts index 3604b6d64..803095c19 100644 --- a/packages/integrations/vue/src/index.ts +++ b/packages/integrations/vue/src/index.ts @@ -77,7 +77,7 @@ export const setup = async (app) => { } }, // Ensure that Vue components reference appEntrypoint directly - // This allows Astro to assosciate global styles imported in this file + // This allows Astro to associate global styles imported in this file // with the pages they should be injected to transform(code, id) { if (!appEntrypoint) return; |