Skip to content

Commit

Permalink
style(sveltekit): correct comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont committed Jun 3, 2024
1 parent af5dbe2 commit e7fa84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/echo/src/sveltekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const serve = (
return new URL(event.request.url, `${protocol}://${event.request.headers.get('host') || ''}`);
},
transformResponse: ({ body, headers, status }) => {
// Handle Response polyfilling
// Handle Response polyfills
// eslint-disable-next-line @typescript-eslint/naming-convention
let Res: typeof Response;

Expand Down

0 comments on commit e7fa84d

Please sign in to comment.