Skip to content

Commit 7215a15

Browse files
authored
fix typo
1 parent 540816d commit 7215a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const handle = (
131131
if (r.headers[h]) {
132132
Logger.debug(options?.logging, 'Forwarding header', {
133133
requestPath,
134-
hheader: h,
134+
header: h,
135135
});
136136
res.setHeader(h, r.headers[h] as string);
137137
}

0 commit comments

Comments
 (0)