Skip to content

Commit

Permalink
test: fix typo in status.js
Browse files Browse the repository at this point in the history
releated -> related
  • Loading branch information
eltociear authored and miwnwski committed May 21, 2021
1 parent eb51cf5 commit 698ce0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/response/status.js
Expand Up @@ -86,7 +86,7 @@ describe('res.status=', () => {
assert.equal(res.text.length, 0);
});

it('should strip content releated header fields after status set', async() => {
it('should strip content related header fields after status set', async() => {
const app = new Koa();

app.use(ctx => {
Expand Down

0 comments on commit 698ce0a

Please sign in to comment.