Skip to content

Commit

Permalink
Merge pull request #261 from Jason-Cooke/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
xg-wang authored Jun 27, 2019
2 parents 4779cbb + f528a67 commit ee5519c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ const server = new Pretender(function() {
});

server.passthroughRequest = function(verb, path, request) {
console.log('request ' + path + ' sucessfully sent for passthrough');
console.log('request ' + path + ' successfully sent for passthrough');
}
```
Expand Down

0 comments on commit ee5519c

Please sign in to comment.