Skip to content

Commit 54f1765

Browse files
committed
only a comment fix for proxyReq variable
1 parent e9db4ef commit 54f1765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/server/proxy-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var ProxyOption = Immutable.Record({
3737
target: "",
3838
rewriteRules: true,
3939
/**
40-
* Functions to be called on proxy response
40+
* Functions to be called on proxy request
4141
* with args [proxyReq, req, res, options]
4242
*/
4343
proxyReq: List([]),

0 commit comments

Comments
 (0)