diff --git a/packages/proxy/src/handlers/proxyRequests.ts b/packages/proxy/src/handlers/proxyRequests.ts index e5f5afd53..823c9c14c 100644 --- a/packages/proxy/src/handlers/proxyRequests.ts +++ b/packages/proxy/src/handlers/proxyRequests.ts @@ -19,7 +19,7 @@ export function proxyRequests(rest: REST): RequestHandler { if (!method || !url) { throw new TypeError( - 'Invalid request. Missing method and/or url, implying that this is not a Server IncomingMesage', + 'Invalid request. Missing method and/or url, implying that this is not a Server IncomingMessage', ); }