Skip to content

Commit 1329a76

Browse files
jsjoeiojawnsy
andauthored
Update src/node/app.ts
Co-authored-by: Jonathan Yu <jonathan@coder.com>
1 parent 75f4d96 commit 1329a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const listen = async (server: http.Server, { host, port, socket, "socket-
4747
})
4848

4949
// NOTE@jsjoeio: we need to chmod after the server is finished
50-
// listening. Otherwise, teh socket may not have been created yet.
50+
// listening. Otherwise, the socket may not have been created yet.
5151
if (socket && mode) {
5252
await fs.chmod(socket, mode).catch((err) => {
5353
util.logError(logger, "socket chmod", err)

0 commit comments

Comments
 (0)