Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#71861 [http-proxy] Fix typo in the descrip…
Browse files Browse the repository at this point in the history
…tion of httpProxy.ws by @Vector341
  • Loading branch information
Vector341 authored Feb 7, 2025
1 parent 98dca07 commit 36c5c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/http-proxy/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ declare class Server<TIncomingMessage = http.IncomingMessage, TServerResponse =
): void;

/**
* Used for proxying regular HTTP(S) requests
* Used for proxying WS(S) requests
* @param req - Client request.
* @param socket - Client socket.
* @param head - Client head.
Expand Down

0 comments on commit 36c5c47

Please sign in to comment.