Skip to content

Commit

Permalink
Merge branch 'canary' into polyfill-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Nov 2, 2019
2 parents 8da6ec3 + 99755b6 commit d18f903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/next-server/server/api-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export function getQueryParser({ url }: IncomingMessage) {
}

/**
* Parse cookeies from `req` header
* Parse cookies from `req` header
* @param req request object
*/
export function getCookieParser(req: IncomingMessage) {
Expand Down

0 comments on commit d18f903

Please sign in to comment.