Skip to content

Commit

Permalink
tests: fix typo in test description
Browse files Browse the repository at this point in the history
closes #327
  • Loading branch information
tlhunter authored and dougwilson committed Aug 9, 2018
1 parent c1e33a4 commit 56a2b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -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('/')
Expand Down

0 comments on commit 56a2b73

Please sign in to comment.