Skip to content

Commit d3929ad

Browse files
justjavacmonkpow
authored andcommitted
fix typo (#417)
1 parent ff9b21c commit d3929ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/resolveOptions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ function resolveOptions(options) {
2222
if (options.decorateRequest) {
2323
throw new Error(
2424
'decorateRequest is REMOVED; use proxyReqOptDecorator and' +
25-
'proxyReqBodyDecorator instead. see README.md'
25+
' proxyReqBodyDecorator instead. see README.md'
2626
);
2727
}
2828

2929
if (options.forwardPath || options.forwardPathAsync) {
3030
console.warn(
3131
'forwardPath and forwardPathAsync are DEPRECATED' +
32-
'and should be replaced with proxyReqPathResolver'
32+
' and should be replaced with proxyReqPathResolver'
3333
);
3434
}
3535

0 commit comments

Comments
 (0)