Skip to content

Commit 946d1ac

Browse files
authored
style: cookie doman => cookie domain
1 parent a989e0c commit 946d1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node/http.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export const getCookieDomain = (host: string, proxyDomains: string[]): string |
196196
// default NGINX does this).
197197
!host.includes(".")
198198
) {
199-
logger.debug("no valid cookie doman", field("host", host))
199+
logger.debug("no valid cookie domain", field("host", host))
200200
return undefined
201201
}
202202

@@ -206,7 +206,7 @@ export const getCookieDomain = (host: string, proxyDomains: string[]): string |
206206
}
207207
})
208208

209-
logger.debug("got cookie doman", field("host", host))
209+
logger.debug("got cookie domain", field("host", host))
210210
return host || undefined
211211
}
212212

0 commit comments

Comments
 (0)