Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Saibamen authored Aug 31, 2020
1 parent 15fdf12 commit eddb1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/net-stubbing/lib/server/intercept-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const debug = Debug('cypress:net-stubbing:server:intercept-request')
/**
* Returns `true` if `req` matches all supplied properties on `routeMatcher`, `false` otherwise.
*/
// TOOD: optimize to short-circuit on route not match
// TODO: optimize to short-circuit on route not match
export function _doesRouteMatch (routeMatcher: RouteMatcherOptions, req: CypressIncomingRequest) {
const matchable = _getMatchableForRequest(req)

Expand Down

0 comments on commit eddb1ba

Please # to comment.