Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
spelling mistake
  • Loading branch information
martin308 committed Oct 8, 2014
1 parent 8989319 commit e34766a
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 @@ -31,7 +31,7 @@ You can send the request data in the Send() function, as the fourth parameter. F
client.send(new Error(), {}, function () {}, request);
```
If you want to filter any of the requets data then you can pass in an array of keys to filter when
If you want to filter any of the request data then you can pass in an array of keys to filter when
you init the client. For example:
```javascript
var raygun = require('raygun');
Expand Down

0 comments on commit e34766a

Please sign in to comment.