Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Cooke authored Jun 27, 2019
1 parent 4779cbb commit f528a67
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 f528a67

Please sign in to comment.