Skip to content

Commit 698ce0a

Browse files
Ikko Ashiminemiwnwski
Ikko Ashimine
authored andcommitted
test: fix typo in status.js
releated -> related
1 parent eb51cf5 commit 698ce0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/response/status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe('res.status=', () => {
8686
assert.equal(res.text.length, 0);
8787
});
8888

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

9292
app.use(ctx => {

0 commit comments

Comments
 (0)