Skip to content

Commit 54fdedb

Browse files
committed
fix typo in code comment
1 parent 241dd62 commit 54fdedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/core/dev/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class Watcher extends EventEmitter {
136136
build: {
137137
rollupOptions: {
138138
// Vite dependency crawler needs an explicit JS entry point
139-
// eventough server otherwise works without it
139+
// eventhough server otherwise works without it
140140
input: path.resolve(`${this.dir}/runtime/internal/start.js`)
141141
}
142142
},

0 commit comments

Comments
 (0)