From 56a2b73c26b2238bc3050ad90af9ab9c62f4eb97 Mon Sep 17 00:00:00 2001 From: Thomas Hunter II Date: Tue, 7 Aug 2018 14:49:33 -0700 Subject: [PATCH] tests: fix typo in test description closes #327 --- test/text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/text.js b/test/text.js index edb0d1db..d44d0ac2 100644 --- a/test/text.js +++ b/test/text.js @@ -66,7 +66,7 @@ describe('bodyParser.text()', function () { .expect(200, '"user is tobi"', done) }) - describe('with defaultCharser option', function () { + describe('with defaultCharset option', function () { it('should change default charset', function (done) { var server = createServer({ defaultCharset: 'koi8-r' }) var test = request(server).post('/')