Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Branko Vukelic committed Aug 3, 2011
1 parent 33e88dd commit 6fdf077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sendgrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ sendgrid.Headers = Headers = function(defaults) {
* @api public
*/
Headers.prototype.toString = function() {
return JSON.stringify(this.headders);
return JSON.stringify(this.headers);
};

/**
Expand Down

0 comments on commit 6fdf077

Please sign in to comment.