Skip to content

Commit abe3e2c

Browse files
authored
Update guide/api-environment-runtimes.md
1 parent 9cab7e0 commit abe3e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/api-environment-runtimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ function createWorkerEnvironment(name, config, context) {
325325
const workerHotChannel = {
326326
send: (data) => worker.postMessage(data),
327327
on: (event, handler) => {
328-
// 客户端已链接
328+
// 客户端已连接
329329
if (event === 'vite:client:connect') return
330330
if (event === 'vite:client:disconnect') {
331331
const listener = () => {

0 commit comments

Comments
 (0)