Skip to content

Commit

Permalink
Fixed a couple misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
aydrian committed Mar 22, 2016
1 parent 598affb commit 9a735c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spec/sparkpost.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ describe('SparkPost Library', function() {
client = new SparkPost(key, options);
});

it('should deliever a PUT/UPDATE', function(done) {
it('should deliver a PUT/UPDATE', function(done) {
var requestSpy = sinon.spy(SparkPost.prototype, 'request');

nock('https://api.sparkpost.com')
Expand Down Expand Up @@ -410,7 +410,7 @@ describe('SparkPost Library', function() {
client = new SparkPost(key, options);
});

it('should deliever a DELETE', function(done) {
it('should deliver a DELETE', function(done) {
var requestSpy = sinon.spy(SparkPost.prototype, 'request');

nock('https://api.sparkpost.com')
Expand Down

0 comments on commit 9a735c5

Please sign in to comment.