Skip to content

Commit 9a5cf83

Browse files
committed
docs(proxy-events): typo
1 parent ced7b9d commit 9a5cf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/proxy-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var onProxyReqWs = function (proxyReq, req, socket, options, head) {
4848
proxyReq.setHeader('X-Special-Proxy-Header', 'foobar');
4949
};
5050

51-
var options = {target:'http://localhost:3000', onProxyReq: onProxyReqWs};
51+
var options = {target:'http://localhost:3000', onProxyReqWs: onProxyReqWs};
5252

5353
var apiProxy = proxy('/api', options);
5454
```

0 commit comments

Comments
 (0)