Skip to content

Commit

Permalink
fix: typo in debug message (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
dechov authored and gr2m committed Dec 20, 2017
1 parent 0164deb commit d16fe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/intercept.js
Expand Up @@ -291,7 +291,7 @@ function overrideClientRequest() {
}

function restoreOverriddenClientRequest() {
debug('restoring overriden ClientRequest');
debug('restoring overridden ClientRequest');

// Restore the ClientRequest we have overridden.
if(!originalClientRequest) {
Expand Down

0 comments on commit d16fe88

Please sign in to comment.