From 698ce0afbfac6480400625729a4b8fc4b4203fdc Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 21 May 2021 01:23:37 +0900 Subject: [PATCH] test: fix typo in status.js releated -> related --- test/response/status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/response/status.js b/test/response/status.js index b7e6b0b48..c4d6fe0fc 100644 --- a/test/response/status.js +++ b/test/response/status.js @@ -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 => {