From 077333b7ed06cda25eab8b79095523a0e0ca1d64 Mon Sep 17 00:00:00 2001 From: Byungjin Park Date: Sat, 19 Jan 2019 01:52:01 +0900 Subject: [PATCH] Fix typo --- test/lib/layer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lib/layer.js b/test/lib/layer.js index 6835254..b3a1f88 100644 --- a/test/lib/layer.js +++ b/test/lib/layer.js @@ -55,7 +55,7 @@ describe('Layer', function() { }); }); - it('return orginal path parameters when decodeURIComponent throw error', function(done) { + it('return original path parameters when decodeURIComponent throw error', function(done) { var app = new Koa(); var router = new Router(); app.use(router.routes()); @@ -96,7 +96,7 @@ describe('Layer', function() { }); }); - it('return orginal ctx.captures when decodeURIComponent throw error', function(done) { + it('return original ctx.captures when decodeURIComponent throw error', function(done) { var app = new Koa(); var router = new Router(); app.use(router.routes());