Skip to content

Commit c6ea984

Browse files
jamesgeorge007hiroppy
authored andcommitted
refactor: minor typo (#2185)
1 parent 84cb481 commit c6ea984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class Server {
299299

300300
// - Check if we have a bypass function defined
301301
// - In case the bypass function is defined we'll retrieve the
302-
// bypassUrl from it otherwise byPassUrl would be null
302+
// bypassUrl from it otherwise bypassUrl would be null
303303
const isByPassFuncDefined = typeof proxyConfig.bypass === 'function';
304304
const bypassUrl = isByPassFuncDefined
305305
? proxyConfig.bypass(req, res, proxyConfig)

0 commit comments

Comments
 (0)