Skip to content

Commit 3ca1391

Browse files
author
那里好脏不可以
authored
chore: fix code typos (#9033)
1 parent b2c593a commit 3ca1391

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
7575

7676
- name: Install Playwright
77-
# does not need to explictly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
77+
# does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
7878
run: pnpm playwright install chromium
7979

8080
- name: Build

packages/plugin-vue/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-present, Yuxi (Evan) You and contributors
3+
Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

playground/vue/__tests__/vue.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ describe('src imports', () => {
212212
await untilUpdated(() => getColor(el), 'red')
213213
})
214214

215-
test('tempalte src import hmr', async () => {
215+
test('template src import hmr', async () => {
216216
const el = await page.$('.src-imports-style')
217217
editFile('src-import/template.html', (code) =>
218218
code.replace('should be tan', 'should be red')

0 commit comments

Comments
 (0)