Skip to content

Commit

Permalink
Merge pull request #183 from nayangupta824/patch-1
Browse files Browse the repository at this point in the history
spell
  • Loading branch information
trek authored Oct 10, 2016
2 parents 5b95cd7 + ce4329b commit fc5ecf0
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 @@ -332,7 +332,7 @@ this.get('/api/songs', function(request){
This can become tiresome if you know, for example, that all your responses are
going to be JSON. The body of a response will be passed through a
`prepareBody` hook before being passed to the fake response object.
`prepareBody` defaults to an empty function, but can be overriden:
`prepareBody` defaults to an empty function, but can be overridden:
```javascript
var server = new Pretender(function(){
Expand Down

0 comments on commit fc5ecf0

Please sign in to comment.