Skip to content

Commit 2eff78b

Browse files
authored
Update packages/open-next/src/http/util.ts
1 parent 6e34ab0 commit 2eff78b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/open-next/src/http/util.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ export const convertHeader = (header: http.OutgoingHttpHeader) => {
2929
};
3030

3131
/**
32-
* Parses a (coma-separated) list of Set-Cookie headers
32+
* Parses a (comma-separated) list of Set-Cookie headers
3333
*
34-
* @param cookies A coma-separated list of Set-Cookie headers or a list of Set-Cookie header
34+
* @param cookies A comma-separated list of Set-Cookie headers or a list of Set-Cookie header
3535
* @returns A list of Set-Cookie header
3636
*/
3737
export function parseSetCookieHeader(

0 commit comments

Comments
 (0)