diff --git a/test/response/body.js b/test/response/body.js index a093436..edfa01e 100644 --- a/test/response/body.js +++ b/test/response/body.js @@ -68,7 +68,7 @@ describe('res.body=', function(){ assert.equal(res.length, Buffer.byteLength(string)); }) - it('should set length when body is overriden', function(){ + it('should set length when body is overridden', function(){ var string = '

Tobi

'; var res = response(); res.body = string; @@ -129,4 +129,4 @@ describe('res.body=', function(){ assert('application/json; charset=utf-8' == res.header['content-type']); }) }) -}) \ No newline at end of file +})