chimurai / http-proxy-middleware

:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more
MIT License
10.62k stars 825 forks source link

docs: fix documentation for websockets #953

Closed crooruhe closed 6 months ago

crooruhe commented 8 months ago

Description

simple fix for proxy variable name, proxy is not defined but instead socketProxy is the correct variable name

Motivation and Context

was reading documentation and thought that this was an error

How has this been tested?

n/a

Types of changes

.md change

Checklist:

chimurai commented 6 months ago

Thanks!