diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f190529f..973b78df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }} - name: Install Playwright - # does not need to explictly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved + # does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved run: pnpm playwright install chromium - name: Build diff --git a/packages/plugin-vue/LICENSE b/packages/plugin-vue/LICENSE index b3d494d1..9c1b313d 100644 --- a/packages/plugin-vue/LICENSE +++ b/packages/plugin-vue/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-present, Yuxi (Evan) You and contributors +Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/playground/vue/__tests__/vue.spec.ts b/playground/vue/__tests__/vue.spec.ts index 4a55bdfe..b2fbcf4e 100644 --- a/playground/vue/__tests__/vue.spec.ts +++ b/playground/vue/__tests__/vue.spec.ts @@ -212,7 +212,7 @@ describe('src imports', () => { await untilUpdated(() => getColor(el), 'red') }) - test('tempalte src import hmr', async () => { + test('template src import hmr', async () => { const el = await page.$('.src-imports-style') editFile('src-import/template.html', (code) => code.replace('should be tan', 'should be red')